Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-28 00:33:51 +0300
committerJunio C Hamano <gitster@pobox.com>2018-08-28 00:33:51 +0300
commit6201d755b9b51e70cfa8a050970d29fc379e607c (patch)
treef028b8ac085e529017dd845a1cb4802486dd3b45 /builtin
parent926107db6dfba9e1b64dd2ab5f2e1d078acd1009 (diff)
parent72f47be2db295ec32f6d47107c11386e477ed89c (diff)
Merge branch 'js/range-diff'
Finishing touched to help string. * js/range-diff: range-diff: update stale summary of --no-dual-color
Diffstat (limited to 'builtin')
-rw-r--r--builtin/range-diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/range-diff.c b/builtin/range-diff.c
index f52d45d9d6..0aa9bed41f 100644
--- a/builtin/range-diff.c
+++ b/builtin/range-diff.c
@@ -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;