aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-shortlog.txt
diff options
context:
space:
mode:
authorMichele Ballabio <barra_cuda@katamail.com>2007-04-27 21:56:47 +0200
committerJunio C Hamano <junkio@cox.net>2007-04-27 23:17:58 -0700
commitbb924cb331c143eaf92ba8d86b65caff15252543 (patch)
tree0b7f05b4049c321e20cbfa619779cb3db4302034 /Documentation/git-shortlog.txt
parent71e2e5993b6f2afdfda0cc92e0d55e84c9f876b0 (diff)
downloadgit-bb924cb331c143eaf92ba8d86b65caff15252543.tar.gz
git shortlog documentation: add long options and fix a typo
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-shortlog.txt')
-rw-r--r--Documentation/git-shortlog.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt
index 1c8c55ef6e..15cc6f77c1 100644
--- a/Documentation/git-shortlog.txt
+++ b/Documentation/git-shortlog.txt
@@ -9,7 +9,7 @@ SYNOPSIS
--------
[verse]
git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s]
-git-shortlog [-n|--number] [-s|--summary] [<committish>...]
+git-shortlog [-n|--numbered] [-s|--summary] [<committish>...]
DESCRIPTION
-----------
@@ -22,14 +22,14 @@ Additionally, "[PATCH]" will be stripped from the commit description.
OPTIONS
-------
--h::
+-h, \--help::
Print a short usage message and exit.
--n::
+-n, \--numbered::
Sort output according to the number of commits per author instead
of author alphabetic order.
--s::
+-s, \--summary::
Suppress commit description and provide a commit count summary only.
FILES