]> git.ipfire.org Git - thirdparty/git.git/blobdiff - test-parse-options.c
add description parameter to OPT__DRY_RUN
[thirdparty/git.git] / test-parse-options.c
index bd7b8a4ea809a56ccb0240d00043fea7acbd5884..cddd10643f3bc6362dd8a40637b432f94d81999a 100644 (file)
@@ -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(),
        };