send-pack: specify --force-with-lease argument help explicitly
commit1758abed1a54568eab720177fe60178203887e80
authorRené Scharfe <l.s.r@web.de>
Thu, 2 Aug 2018 19:17:58 +0000 (2 21:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Aug 2018 15:36:20 +0000 (3 08:36 -0700)
tree330452515a524596181974fa864867e5db2c714f
parentcbd23de8bbf2e98d629f8e242901dd08f723106e
send-pack: specify --force-with-lease argument help explicitly

Wrap each part of the argument help string in angular brackets to show
that users need to replace them with actual values.  Do that explicitly
to balance the pairs nicely in the code and avoid confusing casual
readers.  Add the flag PARSE_OPT_LITERAL_ARGHELP to keep 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/send-pack.c