Skip to content

Commit 05ee917

Browse files
sprohaskagitster
authored andcommitted
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>
1 parent 570f322 commit 05ee917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-push.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SYNOPSIS
1010
--------
1111
[verse]
1212
'git-push' [--all] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>]
13-
[--repo=all] [-f | --force] [-v] [<repository> <refspec>...]
13+
[--repo=all] [-f | --force] [-v | --verbose] [<repository> <refspec>...]
1414

1515
DESCRIPTION
1616
-----------
@@ -95,7 +95,7 @@ the remote repository.
9595
transfer spends extra cycles to minimize the number of
9696
objects to be sent and meant to be used on slower connection.
9797

98-
-v::
98+
-v, \--verbose::
9999
Run verbosely.
100100

101101
include::urls-remotes.txt[]

0 commit comments

Comments
 (0)