Skip to content

Commit

Permalink
"git log -h": typofix misspelled 'suppress'
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jay Soffian authored and Junio C Hamano committed May 18, 2011
1 parent b602ed7 commit f0f90e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static void cmd_log_init_finish(int argc, const char **argv, const char *prefix,
int quiet = 0, source = 0;

const struct option builtin_log_options[] = {
OPT_BOOLEAN(0, "quiet", &quiet, "supress diff output"),
OPT_BOOLEAN(0, "quiet", &quiet, "suppress diff output"),
OPT_BOOLEAN(0, "source", &source, "show source"),
{ OPTION_CALLBACK, 0, "decorate", NULL, NULL, "decorate options",
PARSE_OPT_OPTARG, decorate_callback},
Expand Down

0 comments on commit f0f90e3

Please sign in to comment.