checkout-index: improve argument help for --stage
commit168f32eb10c2c974ebdfb04dcfc48ef9f7c959b4
authorRené Scharfe <l.s.r@web.de>
Sun, 19 Aug 2018 17:34:35 +0000 (19 19:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Aug 2018 18:32:44 +0000 (21 11:32 -0700)
tree3af44865cad736c0b8bb42fb535dbddfe581a762
parent53f9a3e157dbbc901a02ac2c73346d375e24978c
checkout-index: improve argument help for --stage

Spell out all alternatives and avoid using a numerical range operator,
as it is not mentioned in CodingGuidelines and the resulting string is
still concise.  Wrap them in parentheses to document clearly that the
"--stage=" part is common among them.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/checkout-index.c