diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2006-03-06 03:00:48 +0300 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-05 17:02:02 -0800 |
commit | bd494fc76be09ab61f8285f1299e2474b0554a81 (patch) | |
tree | 067114c913b02e7fc20e1b12e058d9e23b9aecb2 /Documentation/git-shortlog.txt | |
parent | 604c86d15bb319a1e93ba218fca48ce1c500ae52 (diff) | |
download | git-bd494fc76be09ab61f8285f1299e2474b0554a81.tar.gz |
git/Documentation: fix SYNOPSIS style bugs
This trivial patch fixes SYNOPSIS style bugs.
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-shortlog.txt')
-rw-r--r-- | Documentation/git-shortlog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index 65ca77fbf6..bf8db8bac6 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 ----------- |