mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
Merge branch 'js/range-diff'
Finishing touched to help string. * js/range-diff: range-diff: update stale summary of --no-dual-color
This commit is contained in:
commit
6201d755b9
@ -25,7 +25,7 @@ int cmd_range_diff(int argc, const char **argv, const char *prefix)
|
||||
OPT_INTEGER(0, "creation-factor", &creation_factor,
|
||||
N_("Percentage by which creation is weighted")),
|
||||
OPT_BOOL(0, "no-dual-color", &simple_color,
|
||||
N_("color both diff and diff-between-diffs")),
|
||||
N_("use simple diff colors")),
|
||||
OPT_END()
|
||||
};
|
||||
int i, j, res = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user