Code

add description parameter to OPT__QUIET
[git.git] / builtin / checkout-index.c
index 65cbee0552b8e2d5ed7cfd57781031d72c1cdd98..7ba09130cc2d1e9e3043ab867823b50e6227e2de 100644 (file)
@@ -219,7 +219,7 @@ int cmd_checkout_index(int argc, const char **argv, const char *prefix)
                        "checks out all files in the index"),
                OPT_BOOLEAN('f', "force", &force,
                        "forces overwrite of existing files"),
-               OPT__QUIET(&quiet),
+               OPT__QUIET(&quiet, "be quiet"),
                OPT_BOOLEAN('n', "no-create", &not_new,
                        "don't checkout new files"),
                { OPTION_CALLBACK, 'u', "index", &newfd, NULL,