add description parameter to OPT__VERBOSE
commitfd03881a48fc31197ab3343ac2f02ed0cdbbbaaf
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Mon, 8 Nov 2010 17:56:39 +0000 (8 18:56 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Nov 2010 17:56:51 +0000 (15 09:56 -0800)
treec40e065838f5cf11ca38254ad04bc39ccce4aff2
parent6f10c4103dc7506623f89520ad03517b40788259
add description parameter to OPT__VERBOSE

Allows better help text to be defined than "be verbose".  Also make use
of the macro in places that already had a different description.  No
object code changes intended.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
16 files changed:
Documentation/technical/api-parse-options.txt
archive.c
builtin/add.c
builtin/apply.c
builtin/branch.c
builtin/commit.c
builtin/count-objects.c
builtin/fsck.c
builtin/log.c
builtin/notes.c
builtin/prune.c
builtin/read-tree.c
builtin/remote.c
builtin/verify-tag.c
parse-options.h
test-parse-options.c