shortlog: correct option help for -w
commitb8ade4c5766774207e05c8f92e262f8f6835bd3d
authorRené Scharfe <l.s.r@web.de>
Thu, 2 Aug 2018 19:18:06 +0000 (2 21:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Aug 2018 15:36:20 +0000 (3 08:36 -0700)
tree1aa61aeb026d69d73df86007ad34c25b44bde700
parent1758abed1a54568eab720177fe60178203887e80
shortlog: correct option help for -w

Wrap the placeholders in the option help string for -w in pairs of
angular brackets to document that users need to replace them with actual
numbers.  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/shortlog.c