From daab4eeafa0dc620d67ccb57c28e08f6f8b3868c Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 19 Jun 2011 10:03:26 +0200 Subject: [PATCH] builtin/gc.c: add missing newline in message Signed-off-by: Andreas Schwab Signed-off-by: Junio C Hamano --- builtin/gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/gc.c b/builtin/gc.c index ff5f73ba87..0498094711 100644 --- a/builtin/gc.c +++ b/builtin/gc.c @@ -225,7 +225,7 @@ int cmd_gc(int argc, const char **argv, const char *prefix) fprintf(stderr, _("Auto packing the repository for optimum performance. You may also\n" "run \"git gc\" manually. See " - "\"git help gc\" for more information.")); + "\"git help gc\" for more information.\n")); } else append_option(argv_repack, prune_expire && !strcmp(prune_expire, "now") -- 2.11.4.GIT