From e495afcd74ae703db9b396cd46ffc0da368e3905 Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Mon, 22 Apr 2013 12:50:44 +0530 Subject: [PATCH] builtin/log.c: make usage string consistent with doc Replace '..' with '', in accordance with the documentation. Signed-off-by: Ramkumar Ramachandra 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 8f0b2e84fe..4398abf3ae 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -36,7 +36,7 @@ static const char *fmt_patch_subject_prefix = "PATCH"; static const char *fmt_pretty; static const char * const builtin_log_usage[] = { - N_("git log [] [..] [[--] ...]\n") + N_("git log [] [] [[--] ...]\n") N_(" or: git show [options] ..."), NULL }; -- 2.11.4.GIT