Change order of -m option to update-ref.
authorShawn Pearce <spearce@spearce.org>
Fri, 19 May 2006 09:15:50 +0000 (05:15 -0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 19 May 2006 22:03:10 +0000 (15:03 -0700)
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>
Documentation/git-update-ref.txt

index dfbd886..e062030 100644 (file)
@@ -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
 -----------