Code

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 bd79119dd36092f7b31c156a2ca72c7969cd7586..22cff99b457646af2570718d401b7c7f74839aa4 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