From: Ramkumar Ramachandra Date: Mon, 22 Apr 2013 07:20:44 +0000 (+0530) Subject: builtin/log.c: make usage string consistent with doc X-Git-Tag: v1.8.3-rc0~1^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e495afcd74ae703db9b396cd46ffc0da368e3905;p=git 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 --- 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 };