summaryrefslogtreecommitdiff
path: root/builtin/range-diff.c
diff options
context:
space:
mode:
authorLibravatar Chinmoy Chakraborty <chinmoy12c@gmail.com>2021-03-29 14:46:34 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-03-29 14:06:08 -0700
commit5ee90326dceb23744a86ad10a60ccda9a2dc3f30 (patch)
tree2fd3b2f4a3d4d0205722c1a69f103ac4f9501d88 /builtin/range-diff.c
parentGit 2.31.1 (diff)
downloadtgif-5ee90326dceb23744a86ad10a60ccda9a2dc3f30.tar.xz
column, range-diff: downcase option description
It is customary not to begin the help text for each option given to the parse-options API with a capital letter. Various (sub)commands' option arrays don't follow the guideline provided by the parse_options Documentation regarding the descriptions. Downcase the first word of some option descriptions for "column" and "range-diff". Signed-off-by: Chinmoy Chakraborty <chinmoy12c@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/range-diff.c')
-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 78bc9fa770..50318849d6 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)
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,