summaryrefslogtreecommitdiffstats
path: root/git-shortlog.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-04-29 18:30:34 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-04-29 18:30:34 +0000
commit469d60ee1890ec743da9181606eb995b0aac21ee (patch)
treef79dcc509a529934efea4e9440491215b4c5b9b3 /git-shortlog.txt
parent9882a5200fb6c505c213d9fd3d9d664e2b14f983 (diff)
downloadgit-htmldocs-469d60ee1890ec743da9181606eb995b0aac21ee.tar.gz
Autogenerated HTML docs for v1.5.2-rc0-95-ga0715
Diffstat (limited to 'git-shortlog.txt')
-rw-r--r--git-shortlog.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-shortlog.txt b/git-shortlog.txt
index 1c8c55ef6..15cc6f77c 100644
--- a/git-shortlog.txt
+++ b/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