git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] builtin/log.c: proper use of usage description array
@ 2014-09-14 20:11 Matthias Ruester
  0 siblings, 0 replies; only message in thread
From: Matthias Ruester @ 2014-09-14 20:11 UTC (permalink / raw)
  To: git; +Cc: Matthias Ruester

Signed-off-by: Matthias Ruester <matthias.ruester@gmail.com>
---
 builtin/log.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/builtin/log.c b/builtin/log.c
index e4d8122..e713618 100644
--- a/builtin/log.c
+++ b/builtin/log.c
@@ -38,8 +38,8 @@ static const char *fmt_patch_subject_prefix = "PATCH";
 static const char *fmt_pretty;
 
 static const char * const builtin_log_usage[] = {
-	N_("git log [<options>] [<revision range>] [[--] <path>...]\n")
-	N_("   or: git show [options] <object>..."),
+	N_("git log [<options>] [<revision range>] [[--] <path>...]"),
+	N_("git show [options] <object>..."),
 	NULL
 };
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-14 20:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-14 20:11 [PATCH] builtin/log.c: proper use of usage description array Matthias Ruester

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).