summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-11-12 04:27:07 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-11-12 04:27:07 +0000
commit3cc173935a05b023988ba62249612830966dafa1 (patch)
treee6193974d81b24d2ddc12579f464deec0af4b694 /git-push.txt
parent1871429985588e18cff322d9c2d6f02886ebbed8 (diff)
downloadgit-htmldocs-3cc173935a05b023988ba62249612830966dafa1.tar.gz
Autogenerated HTML docs for v1.5.3.5-643-g40e25
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-push.txt b/git-push.txt
index e5dd4c106..4a68aaba3 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'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
-----------
@@ -95,7 +95,7 @@ the remote repository.
transfer spends extra cycles to minimize the number of
objects to be sent and meant to be used on slower connection.
--v::
+-v, \--verbose::
Run verbosely.
include::urls-remotes.txt[]