difftool: remove angular brackets from argument help
commit9f6013a88d71860433a0c11571dc87aef3c9c809
authorRené Scharfe <l.s.r@web.de>
Thu, 2 Aug 2018 19:17:43 +0000 (2 21:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Aug 2018 15:36:20 +0000 (3 08:36 -0700)
treed93ecd349e44e5d1c00422a44a709c451803acbe
parent8b5ebbed0e793f6fcf92100e600b7a4bdd6452e9
difftool: remove angular brackets from argument help

Parseopt wraps arguments in a pair of angular brackets by default,
signifying that the user needs to replace it with a value of the
documented type.  Remove the pairs from the option definitions to
duplication and confusion.

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