Code

Merge branch 'js/remote-show-push'
[git.git] / Documentation / git-shortlog.txt
index 1601d2267c34fec24ab527caa55d35a3c52c8063..b0df92e8192bc494e5d4db1707c233790560afb8 100644 (file)
@@ -8,6 +8,7 @@ git-shortlog - Summarize 'git log' output
 SYNOPSIS
 --------
 git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s]
+git-shortlog [-n|--number] [-s|--summary] [<committish>...]
 
 DESCRIPTION
 -----------
@@ -27,8 +28,8 @@ OPTIONS
        Sort output according to the number of commits per author instead
        of author alphabetic order.
 
--s:
-       Supress commit description and Provide a commit count summary only.
+-s::
+       Suppress commit description and provide a commit count summary only.
 
 FILES
 -----