Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Merge requests
!20
-b can now also be used for binary mode as --binary
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
-b can now also be used for binary mode as --binary
b_option
into
master
Overview
0
Commits
1
Changes
3
Merged
-b can now also be used for binary mode as --binary
Dominik Loidolt
requested to merge
b_option
into
master
Apr 17, 2023
Overview
0
Commits
1
Changes
3
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3d5610f9
1 commit,
Apr 17, 2023
3 files
+
7
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
lib/cmp_io.c
+
1
−
1
View file @ 3d5610f9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -81,7 +81,7 @@ void print_help(const char *program_name)
printf
(
" -o <prefix> Use the <prefix> for output files
\n
"
);
printf
(
" -n, --model_cfg Print a default model configuration and exit
\n
"
);
printf
(
" --diff_cfg Print a default 1d-differencing configuration and exit
\n
"
);
printf
(
" --binary
Read and write files in binary format
\n
"
);
printf
(
"
-b,
--binary Read and write files in binary format
\n
"
);
printf
(
" --no_header Do not add a compression entity header in front of the compressed data
\n
"
);
printf
(
" -a, --rdcu_par Add additional RDCU control parameters
\n
"
);
printf
(
" -V, --version Print program version and exit
\n
"
);
Loading