Skip to content

Commit 6201d75

Browse files
committed
Merge branch 'js/range-diff'
Finishing touched to help string. * js/range-diff: range-diff: update stale summary of --no-dual-color
2 parents 926107d + 72f47be commit 6201d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/range-diff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ int cmd_range_diff(int argc, const char **argv, const char *prefix)
2525
OPT_INTEGER(0, "creation-factor", &creation_factor,
2626
N_("Percentage by which creation is weighted")),
2727
OPT_BOOL(0, "no-dual-color", &simple_color,
28-
N_("color both diff and diff-between-diffs")),
28+
N_("use simple diff colors")),
2929
OPT_END()
3030
};
3131
int i, j, res = 0;

0 commit comments

Comments
 (0)