From f0f90e34b00e5401ef51f636b0735e17a9938e0a Mon Sep 17 00:00:00 2001 From: Jay Soffian Date: Wed, 18 May 2011 13:56:04 -0400 Subject: [PATCH] "git log -h": typofix misspelled 'suppress' Signed-off-by: Jay Soffian Signed-off-by: Junio C Hamano --- builtin/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/log.c b/builtin/log.c index f6219909a7..38c32c1cd1 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -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}, -- 2.11.4.GIT