pack-objects: specify --index-version argument help explicitly
commitcbd23de8bbf2e98d629f8e242901dd08f723106e
authorRené Scharfe <l.s.r@web.de>
Thu, 2 Aug 2018 19:17:50 +0000 (2 21:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Aug 2018 15:36:20 +0000 (3 08:36 -0700)
treec27f9bbc7b49088786f83c8a532374d171d8f49c
parent9f6013a88d71860433a0c11571dc87aef3c9c809
pack-objects: specify --index-version argument help explicitly

Wrap both placeholders in the argument help string in angular brackets
to signal that users needs replace them with some actual value.  Use the
flag PARSE_OPT_LITERAL_ARGHELP to prevent parseopt from adding another
pair.

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