Skip to content

Commit f0f90e3

Browse files
jaysoffiangitster
authored andcommitted
"git log -h": typofix misspelled 'suppress'
Signed-off-by: Jay Soffian <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b602ed7 commit f0f90e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/log.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ static void cmd_log_init_finish(int argc, const char **argv, const char *prefix,
9292
int quiet = 0, source = 0;
9393

9494
const struct option builtin_log_options[] = {
95-
OPT_BOOLEAN(0, "quiet", &quiet, "supress diff output"),
95+
OPT_BOOLEAN(0, "quiet", &quiet, "suppress diff output"),
9696
OPT_BOOLEAN(0, "source", &source, "show source"),
9797
{ OPTION_CALLBACK, 0, "decorate", NULL, NULL, "decorate options",
9898
PARSE_OPT_OPTARG, decorate_callback},

0 commit comments

Comments
 (0)