Code

Documentation/git-push: --all, --mirror, --tags can not be combined
authorGerrit Pape <pape@smarden.org>
Tue, 17 Feb 2009 09:25:02 +0000 (09:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Feb 2009 18:42:33 +0000 (10:42 -0800)
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>
Documentation/git-push.txt

index 7d1eced7d22b8debf46908e39dd6b34b586effe5..ac6421178c1a62ca62fb335d9939ec36368c7e82 100644 (file)
@@ -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>...]