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-shell.txt | |
parent | blame: avoid "diff -u0". (diff) | |
download | tgif-bd494fc76be09ab61f8285f1299e2474b0554a81.tar.xz |
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-shell.txt')
-rw-r--r-- | Documentation/git-shell.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-shell.txt b/Documentation/git-shell.txt index 3f4d804cca..cc4266d83b 100644 --- a/Documentation/git-shell.txt +++ b/Documentation/git-shell.txt @@ -8,7 +8,7 @@ git-shell - Restricted login shell for GIT over SSH only SYNOPSIS -------- -'git-shell -c <command> <argument>' +'git-shell' -c <command> <argument> DESCRIPTION ----------- |