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