Describe various forms of "be quiet" using OPT__QUIET
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
76946b76fe
commit
8c83968385
@ -48,7 +48,7 @@ int cmd_clean(int argc, const char **argv, const char *prefix)
|
||||
const char *qname;
|
||||
char *seen = NULL;
|
||||
struct option options[] = {
|
||||
OPT__QUIET(&quiet, "be quiet"),
|
||||
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,
|
||||
|
Reference in New Issue
Block a user