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
@ -114,8 +114,8 @@ static int opt_parse_m(const struct option *opt, const char *arg, int unset)
|
||||
}
|
||||
|
||||
static struct option builtin_commit_options[] = {
|
||||
OPT__QUIET(&quiet, "be quiet"),
|
||||
OPT__VERBOSE(&verbose, "be verbose"),
|
||||
OPT__QUIET(&quiet, "suppress summary after successful commit"),
|
||||
OPT__VERBOSE(&verbose, "show diff in commit message template"),
|
||||
|
||||
OPT_GROUP("Commit message options"),
|
||||
OPT_FILENAME('F', "file", &logfile, "read log from file"),
|
||||
|
Reference in New Issue
Block a user