summaryrefslogtreecommitdiffstats
path: root/Documentation/git-log.txt
diff options
context:
space:
mode:
authorChristian Meder <chris@absolutegiganten.org>2005-10-11 01:01:32 +0200
committerJunio C Hamano <junkio@cox.net>2005-10-11 01:01:32 +0200
commitcc1621e2a02ed2a408571ed6f6ba84de2166e334 (patch)
tree50db535aa71f6e4e5e9a4284fbfed699bfd8013a /Documentation/git-log.txt
parentConvert usage of GIT and Git into git (diff)
downloadgit-cc1621e2a02ed2a408571ed6f6ba84de2166e334.tar.xz
git-cc1621e2a02ed2a408571ed6f6ba84de2166e334.zip
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-log.txt')
-rw-r--r--Documentation/git-log.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index 16f48295c2..13a3998302 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -8,7 +8,7 @@ git-log - Show commit logs
SYNOPSIS
--------
-'git log' <option>...
+'git-log' <option>...
DESCRIPTION
-----------