summaryrefslogtreecommitdiff
path: root/Documentation/git-update-ref.txt
diff options
context:
space:
mode:
authorLibravatar Shawn Pearce <spearce@spearce.org>2006-05-19 05:15:50 -0400
committerLibravatar Junio C Hamano <junkio@cox.net>2006-05-19 15:03:10 -0700
commit7792cc2fa1574b66b69a38a816a9b4bdca5c3731 (patch)
treec9a4d63f073372bc91e5e053f315ba9044449c35 /Documentation/git-update-ref.txt
parentCorrect force_write bug in refs.c (diff)
downloadtgif-7792cc2fa1574b66b69a38a816a9b4bdca5c3731.tar.xz
Change order of -m option to update-ref.
The actual position doesn't matter but most people prefer to see options appear before the arguments. Signed-off-by: Shawn O. Pearce <spearce@spearce.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 dfbd886979..e062030e91 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>] [-m <reason>]
+'git-update-ref' [-m <reason>] <ref> <newvalue> [<oldvalue>]
DESCRIPTION
-----------