Code

Merge branch 'maint'
[git.git] / test-parse-options.c
index bd7b8a4ea809a56ccb0240d00043fea7acbd5884..0828592162cc7c61f0d025ba4d83fc29bc4c2067 100644 (file)
@@ -67,8 +67,8 @@ 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__QUIET(&quiet),
+               OPT__DRY_RUN(&dry_run, "dry run"),
+               OPT__QUIET(&quiet, "be quiet"),
                OPT_END(),
        };
        int i;