diff options
author | Michele Ballabio <barra_cuda@katamail.com> | 2007-04-27 21:56:47 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-27 23:17:58 -0700 |
commit | bb924cb331c143eaf92ba8d86b65caff15252543 (patch) | |
tree | 0b7f05b4049c321e20cbfa619779cb3db4302034 /Documentation/git-shortlog.txt | |
parent | 71e2e5993b6f2afdfda0cc92e0d55e84c9f876b0 (diff) | |
download | git-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.txt | 8 |
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 |