Code

Describe various forms of "be quiet" using OPT__QUIET
[git.git] / builtin / checkout-index.c
index 91fb9bfc624e3dc6556707e4a275c1d5543b5ce6..1ee30443074bbae67a402c5397b939a716f2a191 100644 (file)
@@ -218,7 +218,8 @@ int cmd_checkout_index(int argc, const char **argv, const char *prefix)
                OPT_BOOLEAN('a', "all", &all,
                        "checks out all files in the index"),
                OPT__FORCE(&force, "forces overwrite of existing files"),
-               OPT__QUIET(&quiet, "be quiet"),
+               OPT__QUIET(&quiet,
+                       "no warning for existing files and files not in index"),
                OPT_BOOLEAN('n', "no-create", &not_new,
                        "don't checkout new files"),
                { OPTION_CALLBACK, 'u', "index", &newfd, NULL,