From: Steffen Prohaska Date: Sun, 11 Nov 2007 14:01:43 +0000 (+0100) Subject: push: mention --verbose option in documentation X-Git-Tag: v1.5.4-rc0~231 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=05ee917a6eaa2a32e49221537e4632621d49b076;p=git.git push: mention --verbose option in documentation Before this commit, only '-v' was documented. Signed-off-by: Steffen Prohaska Signed-off-by: Junio C Hamano --- 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=] - [--repo=all] [-f | --force] [-v] [ ...] + [--repo=all] [-f | --force] [-v | --verbose] [ ...] 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[]