X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fclean.c;h=4a312abc6b3ecef5f174b2786ad31385ba058b44;hb=ad7bb2f68c0b7786521173e05ef58d0f3e0db3d7;hp=fb24030751ec5e755009a97439ffa08ff55f67d5;hpb=006f424b2d014b8a7c4887b7ddbb57256dd6b8c7;p=git.git diff --git a/builtin/clean.c b/builtin/clean.c index fb2403075..4a312abc6 100644 --- a/builtin/clean.c +++ b/builtin/clean.c @@ -48,9 +48,9 @@ int cmd_clean(int argc, const char **argv, const char *prefix) const char *qname; char *seen = NULL; struct option options[] = { - OPT__QUIET(&quiet), - OPT__DRY_RUN(&show_only), - OPT_BOOLEAN('f', "force", &force, "force"), + OPT__QUIET(&quiet, "do not print names of files removed"), + OPT__DRY_RUN(&show_only, "dry run"), + OPT__FORCE(&force, "force"), OPT_BOOLEAN('d', NULL, &remove_directories, "remove whole directories"), { OPTION_CALLBACK, 'e', "exclude", &exclude_list, "pattern",