Code

Documentation: emphasise 'git shortlog' in its synopsis
authorThomas Rast <trast@student.ethz.ch>
Sun, 10 Jan 2010 20:29:34 +0000 (21:29 +0100)
committerThomas Rast <trast@student.ethz.ch>
Sun, 10 Jan 2010 20:29:34 +0000 (21:29 +0100)
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 <trast@student.ethz.ch>
Documentation/git-shortlog.txt

index ecf9e2718c1e6c720ca1155607c192100cdf4663..dfd4d0c2233df09b64a10d1ad31a36afaa01ec7c 100644 (file)
@@ -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[<width>[,<indent1>[,<indent2>]]]] [<committish>...]
+'git shortlog' [-n|--numbered] [-s|--summary] [-e|--email] [-w[<width>[,<indent1>[,<indent2>]]]] [<committish>...]
 
 DESCRIPTION
 -----------