From be6f72245232c9b3ccc19d3d233cf16b09ce0bff Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Sun, 21 Apr 2013 14:20:46 +0530 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- Documentation/git-shortlog.txt | 4 ---- 1 file changed, 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 -- 2.11.4.GIT