]> git.ipfire.org Git - thirdparty/git.git/commit
column, range-diff: downcase option description
authorChinmoy Chakraborty <chinmoy12c@gmail.com>
Mon, 29 Mar 2021 14:46:34 +0000 (14:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Mar 2021 21:06:08 +0000 (14:06 -0700)
commit5ee90326dceb23744a86ad10a60ccda9a2dc3f30
tree2fd3b2f4a3d4d0205722c1a69f103ac4f9501d88
parent48bf2fa8bad054d66bd79c6ba903c89c704201f7
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>
builtin/column.c
builtin/range-diff.c