Code

Merge branch 'maint'
[git.git] / test-parse-options.c
index cddd10643f3bc6362dd8a40637b432f94d81999a..0828592162cc7c61f0d025ba4d83fc29bc4c2067 100644 (file)
@@ -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;