From e21adb8c100cd2859cff1d74f7d0e622ac640085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scharfe?= Date: Mon, 8 Nov 2010 18:58:51 +0100 Subject: add description parameter to OPT__DRY_RUN Allows better help text to be defined than "dry run". Also make use of the macro in places 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 bd7b8a4ea8..cddd10643f 100644 --- a/test-parse-options.c +++ b/test-parse-options.c @@ -67,7 +67,7 @@ int main(int argc, const char **argv) OPT_GROUP("Standard options"), OPT__ABBREV(&abbrev), OPT__VERBOSE(&verbose, "be verbose"), - OPT__DRY_RUN(&dry_run), + OPT__DRY_RUN(&dry_run, "dry run"), OPT__QUIET(&quiet), OPT_END(), }; -- cgit v1.2.3