config: set help text for --bool-or-int
authorJeff King <redacted>
Sat, 7 Mar 2009 17:14:05 +0000 (12:14 -0500)
committerJunio C Hamano <redacted>
Sat, 7 Mar 2009 19:32:44 +0000 (11:32 -0800)
commitba048224685e661a4cf4736dcffab5fc60cbc70b
tree88e2ae99c69c4e28dfea35d5687b1e10a93ed26d
parentc23873589483eb5dc753190309af8c5821169118
config: set help text for --bool-or-int

The conversion to parse_opt left this as NULL; on glibc
systems, the usage message prints

   --bool-or-int   (null)

and on other ones, segfaults.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin-config.c
git clone https://git.99rst.org/PROJECT