aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-update-ref.txt
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2006-03-06 03:00:48 +0300
committerJunio C Hamano <junkio@cox.net>2006-03-05 17:02:02 -0800
commitbd494fc76be09ab61f8285f1299e2474b0554a81 (patch)
tree067114c913b02e7fc20e1b12e058d9e23b9aecb2 /Documentation/git-update-ref.txt
parent604c86d15bb319a1e93ba218fca48ce1c500ae52 (diff)
downloadgit-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-update-ref.txt')
-rw-r--r--Documentation/git-update-ref.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-update-ref.txt b/Documentation/git-update-ref.txt
index 69715aa061..475237f19e 100644
--- a/Documentation/git-update-ref.txt
+++ b/Documentation/git-update-ref.txt
@@ -7,7 +7,7 @@ git-update-ref - update the object name stored in a ref safely
SYNOPSIS
--------
-`git-update-ref` <ref> <newvalue> [<oldvalue>]
+'git-update-ref' <ref> <newvalue> [<oldvalue>]
DESCRIPTION
-----------