Merge branch 'es/format-patch-rangediff'
[gitweb.git] / builtin / range-diff.c
index cc06e86a721731787be9ae4d8537dcc0d52aa678..96af5374937e5b8b99343e8d324e54e98fb11743 100644 (file)
@@ -20,7 +20,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;