X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-shortlog.txt;h=95fa9010c1539e4c93d6d402ffd4bb670fd32910;hb=0d313b2b7bb219542473a25ad042f4b990e69a45;hp=1601d2267c34fec24ab527caa55d35a3c52c8063;hpb=4e27fb06f0fe4206606172f94a18e08d7d87c070;p=git.git diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index 1601d2267..95fa9010c 100644 --- a/Documentation/git-shortlog.txt +++ b/Documentation/git-shortlog.txt @@ -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] [...] 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:: + Supress commit description and provide a commit count summary only. FILES -----