push: mention --verbose option in documentation

Before this commit, only '-v' was documented.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Steffen Prohaska 2007-11-11 15:01:43 +01:00 committed by Junio C Hamano
parent 570f322669
commit 05ee917a6e

View File

@ -10,7 +10,7 @@ SYNOPSIS
-------- --------
[verse] [verse]
'git-push' [--all] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>] 'git-push' [--all] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>]
[--repo=all] [-f | --force] [-v] [<repository> <refspec>...] [--repo=all] [-f | --force] [-v | --verbose] [<repository> <refspec>...]
DESCRIPTION DESCRIPTION
----------- -----------
@ -95,7 +95,7 @@ the remote repository.
transfer spends extra cycles to minimize the number of transfer spends extra cycles to minimize the number of
objects to be sent and meant to be used on slower connection. objects to be sent and meant to be used on slower connection.
-v:: -v, \--verbose::
Run verbosely. Run verbosely.
include::urls-remotes.txt[] include::urls-remotes.txt[]