Documentation/git-push: put --quiet before --verbose
authorTay Ray Chuan <rctay89@gmail.com>
Wed, 24 Feb 2010 12:50:22 +0000 (20:50 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2010 16:35:43 +0000 (08:35 -0800)
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-push.txt

index bd79119..22cff99 100644 (file)
@@ -145,15 +145,15 @@ useful if you write an alias or script around 'git push'.
        transfer spends extra cycles to minimize the number of
        objects to be sent and meant to be used on slower connection.
 
--v::
---verbose::
-       Run verbosely.
-
 -q::
 --quiet::
        Suppress all output, including the listing of updated refs,
        unless an error occurs.
 
+-v::
+--verbose::
+       Run verbosely.
+
 include::urls-remotes.txt[]
 
 OUTPUT