]> git.99rst.org Git - git.git/commit
column, range-diff: downcase option description
authorChinmoy Chakraborty <redacted>
Mon, 29 Mar 2021 14:46:34 +0000 (14:46 +0000)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/column.c
builtin/range-diff.c
git clone https://git.99rst.org/PROJECT