diff options
Diffstat (limited to 'builtin/checkout-index.c')
-rw-r--r-- | builtin/checkout-index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/checkout-index.c b/builtin/checkout-index.c index 65cbee055..7ba09130c 100644 --- a/builtin/checkout-index.c +++ b/builtin/checkout-index.c @@ -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", ¬_new, "don't checkout new files"), { OPTION_CALLBACK, 'u', "index", &newfd, NULL, |