add description parameter to OPT__QUIET
commitd52ee6e6131f65bb4360743ebea2e7b400b544e4
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Mon, 8 Nov 2010 18:06:54 +0000 (8 19:06 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Nov 2010 17:58:13 +0000 (15 09:58 -0800)
treee91aa57d99acb554c2fd7e48e70a886e2fd216a4
parente21adb8c100cd2859cff1d74f7d0e622ac640085
add description parameter to OPT__QUIET

Allows better help text to be defined than "be quiet".  Also make use
of the macro in a place 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>
14 files changed:
Documentation/technical/api-parse-options.txt
builtin/checkout-index.c
builtin/checkout.c
builtin/clean.c
builtin/commit.c
builtin/gc.c
builtin/grep.c
builtin/merge-file.c
builtin/reset.c
builtin/rm.c
builtin/show-ref.c
builtin/symbolic-ref.c
parse-options.h
test-parse-options.c