Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Meder <chris@absolutegiganten.org>2005-10-11 03:01:32 +0400
committerJunio C Hamano <junkio@cox.net>2005-10-11 03:01:32 +0400
commitcc1621e2a02ed2a408571ed6f6ba84de2166e334 (patch)
tree50db535aa71f6e4e5e9a4284fbfed699bfd8013a /Documentation/git-shortlog.txt
parent72e9340cfde90189d76ef3c8a4793ea7764ff8ee (diff)
The synopsis of the manpages should use the hyphenated version
The synopsis of the manpages should use the hyphenated version of the git commands. Adapt the remaining offenders. Signed-off-by: Christian Meder <chris@absolutegiganten.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-shortlog.txt')
-rw-r--r--Documentation/git-shortlog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt
index 696a4245b5..65ca77fbf6 100644
--- a/Documentation/git-shortlog.txt
+++ b/Documentation/git-shortlog.txt
@@ -8,7 +8,7 @@ git-shortlog - Summarize 'git log' output.
SYNOPSIS
--------
-'git log --pretty=short | git shortlog'
+'git-log --pretty=short | git shortlog'
DESCRIPTION
-----------