git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] shortlog: add --format to the usage
@ 2012-12-08  0:46 yannicklm
  0 siblings, 0 replies; only message in thread
From: yannicklm @ 2012-12-08  0:46 UTC (permalink / raw
  To: git; +Cc: yannicklm

---
 builtin/shortlog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builtin/shortlog.c b/builtin/shortlog.c
index b316cf3..cb85ede 100644
--- a/builtin/shortlog.c
+++ b/builtin/shortlog.c
@@ -10,7 +10,7 @@
 #include "parse-options.h"
 
 static char const * const shortlog_usage[] = {
-	N_("git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]"),
+	N_("git shortlog [-n] [-s] [-e] [-w] [--format=...] [rev-opts] [--] [<commit-id>... ]"),
 	"",
 	N_("[rev-opts] are documented in git-rev-list(1)"),
 	NULL
-- 
1.8.0.1

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

only message in thread, other threads:[~2012-12-08  0:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-08  0:46 [PATCH] shortlog: add --format to the usage yannicklm

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).