Skip to content

Commit 7792cc2

Browse files
spearceJunio C Hamano
authored andcommitted
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>
1 parent 8fe9277 commit 7792cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-update-ref.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git-update-ref - update the object name stored in a ref safely
77

88
SYNOPSIS
99
--------
10-
'git-update-ref' <ref> <newvalue> [<oldvalue>] [-m <reason>]
10+
'git-update-ref' [-m <reason>] <ref> <newvalue> [<oldvalue>]
1111

1212
DESCRIPTION
1313
-----------

0 commit comments

Comments
 (0)