checkout: make advice when reattaching the HEAD less loud
[gitweb.git] / builtin / gc.c
index 93deed5153d6a11d15d90353950eae3a837a7074..1a80702b3d1c86b55af24be3b3396f17e9d4a21c 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 },