From: Thomas Rast Date: Sun, 10 Jan 2010 20:29:34 +0000 (+0100) Subject: Documentation: emphasise 'git shortlog' in its synopsis X-Git-Tag: v1.7.0-rc0~7^2~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2d0f686c44bfb7055b317d178b703078b76dcc4f;p=git.git Documentation: emphasise 'git shortlog' in its synopsis The accepted style in the SYNOPSIS section is for a command to be 'emphasised'. Do so for the git-shortlog(1) manpage. Signed-off-by: Thomas Rast --- diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index ecf9e2718..dfd4d0c22 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] [-e] [-w] -git shortlog [-n|--numbered] [-s|--summary] [-e|--email] [-w[[,[,]]]] [...] +'git shortlog' [-n|--numbered] [-s|--summary] [-e|--email] [-w[[,[,]]]] [...] DESCRIPTION -----------