summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorShawn Pearce <spearce@spearce.org>2006-05-19 09:15:50 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-05-19 22:03:10 (GMT)
commit7792cc2fa1574b66b69a38a816a9b4bdca5c3731 (patch)
treec9a4d63f073372bc91e5e053f315ba9044449c35 /Documentation
parent8fe92775f38621f2855fb94e404b9798cdcd98cc (diff)
downloadgit-7792cc2fa1574b66b69a38a816a9b4bdca5c3731.zip
git-7792cc2fa1574b66b69a38a816a9b4bdca5c3731.tar.gz
git-7792cc2fa1574b66b69a38a816a9b4bdca5c3731.tar.bz2
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')
-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 dfbd886..e062030 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
-----------