diff options
author | Steffen Prohaska <prohaska@zib.de> | 2007-11-11 15:01:43 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-11 14:37:03 -0800 |
commit | 05ee917a6eaa2a32e49221537e4632621d49b076 (patch) | |
tree | c373f581ca067657382a4c1a0810d1814e973e26 /Documentation/git-push.txt | |
parent | 570f32266943d3a96d7ed64844986d847209364d (diff) | |
download | git-05ee917a6eaa2a32e49221537e4632621d49b076.tar.gz git-05ee917a6eaa2a32e49221537e4632621d49b076.tar.xz |
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>
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r-- | Documentation/git-push.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index e5dd4c106..4a68aaba3 100644 --- a/Documentation/git-push.txt +++ b/Documentation/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[] |