summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2009-02-17 09:25:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-02-18 18:42:33 (GMT)
commitbed5122f23c3584f2bae43e1af2f41fbe939c971 (patch)
tree933df087cdcfdd34323d56b68d6727ead6f452af /Documentation
parente5887c1bda12b31ea7af0ce798bfdee308e1b176 (diff)
downloadgit-bed5122f23c3584f2bae43e1af2f41fbe939c971.zip
git-bed5122f23c3584f2bae43e1af2f41fbe939c971.tar.gz
git-bed5122f23c3584f2bae43e1af2f41fbe939c971.tar.bz2
Documentation/git-push: --all, --mirror, --tags can not be combined
While b259f09 made git-push output a better error message for 'git-push --all --tags', this commit fixes the synopsis in the documentation. Inconsistency spotted and fix suggested by Jari Aalto through http://bugs.debian.org/502567 Signed-off-by: Gerrit Pape <pape@smarden.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-push.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index 7d1eced..ac64211 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -9,7 +9,7 @@ git-push - Update remote refs along with associated objects
SYNOPSIS
--------
[verse]
-'git push' [--all | --mirror] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>]
+'git push' [--all | --mirror | --tags] [--dry-run] [--receive-pack=<git-receive-pack>]
[--repo=<repository>] [-f | --force] [-v | --verbose]
[<repository> <refspec>...]