From: Shawn Pearce Date: Fri, 19 May 2006 09:15:50 +0000 (-0400) Subject: Change order of -m option to update-ref. X-Git-Tag: v1.4.0-rc1~11^2~8 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=7792cc2fa1574b66b69a38a816a9b4bdca5c3731;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-update-ref.txt b/Documentation/git-update-ref.txt index dfbd8869..e062030e 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' [] [-m ] +'git-update-ref' [-m ] [] DESCRIPTION -----------