Merge branch 'rs/opt-help-text'
* rs/opt-help-text: verify-tag: document --verbose branch: improve --verbose description archive: improve --verbose description Describe various forms of "be quiet" using OPT__QUIET add OPT__FORCE add description parameter to OPT__QUIET add description parameter to OPT__DRY_RUN add description parameter to OPT__VERBOSE
This commit is contained in:
@ -40,7 +40,7 @@ int cmd_merge_file(int argc, const char **argv, const char *prefix)
|
||||
XDL_MERGE_FAVOR_UNION),
|
||||
OPT_INTEGER(0, "marker-size", &xmp.marker_size,
|
||||
"for conflicts, use this marker size"),
|
||||
OPT__QUIET(&quiet),
|
||||
OPT__QUIET(&quiet, "do not warn about conflicts"),
|
||||
OPT_CALLBACK('L', NULL, names, "name",
|
||||
"set labels for file1/orig_file/file2", &label_cb),
|
||||
OPT_END(),
|
||||
|
||||
Reference in New Issue
Block a user