diff options
author | Shawn Pearce <spearce@spearce.org> | 2006-05-19 05:15:50 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-19 15:03:10 -0700 |
commit | 7792cc2fa1574b66b69a38a816a9b4bdca5c3731 (patch) | |
tree | c9a4d63f073372bc91e5e053f315ba9044449c35 /Documentation | |
parent | 8fe92775f38621f2855fb94e404b9798cdcd98cc (diff) | |
download | git-7792cc2fa1574b66b69a38a816a9b4bdca5c3731.tar.gz git-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')
-rw-r--r-- | Documentation/git-update-ref.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-update-ref.txt b/Documentation/git-update-ref.txt index dfbd88697..e062030e9 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 ----------- |