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>
This commit is contained in:

committed by
Junio C Hamano

parent
8fe92775f3
commit
7792cc2fa1
@ -7,7 +7,7 @@ git-update-ref - update the object name stored in a ref safely
|
|||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
'git-update-ref' <ref> <newvalue> [<oldvalue>] [-m <reason>]
|
'git-update-ref' [-m <reason>] <ref> <newvalue> [<oldvalue>]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
Reference in New Issue
Block a user