diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2013-04-21 14:20:46 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-21 12:25:09 -0700 |
commit | be6f72245232c9b3ccc19d3d233cf16b09ce0bff (patch) | |
tree | 17e82fdbc4dbe7a0c15e75b2b06eb2e1d666b395 /Documentation/git-shortlog.txt | |
parent | remote-hg: fix commit messages (diff) | |
download | tgif-be6f72245232c9b3ccc19d3d233cf16b09ce0bff.tar.xz |
git-shortlog.txt: remove (-h|--help) from OPTIONS
To be consistent with the documentation of all the other commands,
remove (-h|--help) from the OPTIONS section.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-shortlog.txt')
-rw-r--r-- | Documentation/git-shortlog.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index c308e91537..c7f7f519b9 100644 --- a/Documentation/git-shortlog.txt +++ b/Documentation/git-shortlog.txt @@ -26,10 +26,6 @@ reference to the current repository. OPTIONS ------- --h:: ---help:: - Print a short usage message and exit. - -n:: --numbered:: Sort output according to the number of commits per author instead |