]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/range-diff.c
Merge branch 'en/ort-perf-batch-9'
[thirdparty/git.git] / builtin / range-diff.c
index 78bc9fa770624adc3d08857d1b5004e500ead2cb..50318849d657ea298ae8984decdc2ae870a62741 100644 (file)
@@ -25,7 +25,7 @@ int cmd_range_diff(int argc, const char **argv, const char *prefix)
        struct option range_diff_options[] = {
                OPT_INTEGER(0, "creation-factor",
                            &range_diff_opts.creation_factor,
-                           N_("Percentage by which creation is weighted")),
+                           N_("percentage by which creation is weighted")),
                OPT_BOOL(0, "no-dual-color", &simple_color,
                            N_("use simple diff colors")),
                OPT_PASSTHRU_ARGV(0, "notes", &other_arg,