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
@ -243,7 +243,7 @@ int cmd_reset(int argc, const char **argv, const char *prefix)
|
||||
struct commit *commit;
|
||||
char *reflog_action, msg[1024];
|
||||
const struct option options[] = {
|
||||
OPT__QUIET(&quiet, "be quiet"),
|
||||
OPT__QUIET(&quiet, "be quiet, only report errors"),
|
||||
OPT_SET_INT(0, "mixed", &reset_type,
|
||||
"reset HEAD and index", MIXED),
|
||||
OPT_SET_INT(0, "soft", &reset_type, "reset only HEAD", SOFT),
|
||||
|
Reference in New Issue
Block a user