]> asedeno.scripts.mit.edu Git - git.git/blobdiff - builtin/gc.c
Merge branch 'jl/clone-recurse-sm-synonym'
[git.git] / builtin / gc.c
index c304638b7845601f184149d3c48cbc1ea1e195f5..397a1e6eb3ae8ec0e367a8faa2ca823586d26e6a 100644 (file)
@@ -180,7 +180,7 @@ int cmd_gc(int argc, const char **argv, const char *prefix)
        char buf[80];
 
        struct option builtin_gc_options[] = {
-               OPT__QUIET(&quiet),
+               OPT__QUIET(&quiet, "suppress progress reporting"),
                { OPTION_STRING, 0, "prune", &prune_expire, "date",
                        "prune unreferenced objects",
                        PARSE_OPT_OPTARG, NULL, (intptr_t)prune_expire },