From d52ee6e6131f65bb4360743ebea2e7b400b544e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scharfe?= Date: Mon, 8 Nov 2010 19:06:54 +0100 Subject: 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 Signed-off-by: Junio C Hamano --- test-parse-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-parse-options.c') diff --git a/test-parse-options.c b/test-parse-options.c index cddd10643f..0828592162 100644 --- a/test-parse-options.c +++ b/test-parse-options.c @@ -68,7 +68,7 @@ int main(int argc, const char **argv) OPT__ABBREV(&abbrev), OPT__VERBOSE(&verbose, "be verbose"), OPT__DRY_RUN(&dry_run, "dry run"), - OPT__QUIET(&quiet), + OPT__QUIET(&quiet, "be quiet"), OPT_END(), }; int i; -- cgit v1.2.1