Skip to content

Commit

Permalink
git shortlog documentation: add long options and fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Ballabio <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
chunga authored and Junio C Hamano committed Apr 28, 2007
1 parent 71e2e59 commit bb924cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/git-shortlog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand All @@ -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
Expand Down

0 comments on commit bb924cb

Please sign in to comment.