From: Michele Ballabio Date: Fri, 27 Apr 2007 19:56:47 +0000 (+0200) Subject: git shortlog documentation: add long options and fix a typo X-Git-Tag: v1.5.1.3~14 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bb924cb331c143eaf92ba8d86b65caff15252543;p=git.git git shortlog documentation: add long options and fix a typo Signed-off-by: Michele Ballabio Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index 1c8c55ef6..15cc6f77c 100644 --- a/Documentation/git-shortlog.txt +++ b/Documentation/git-shortlog.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] -git-shortlog [-n|--number] [-s|--summary] [...] +git-shortlog [-n|--numbered] [-s|--summary] [...] DESCRIPTION ----------- @@ -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