summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-04-10 07:53:42 +0000
committerJunio C Hamano <junio@kernel.org>2010-04-10 07:53:42 +0000
commit3a869c139417c7eaa576465daed8bc40e28b8168 (patch)
treecec985ac22cb3aa77c541a938f49f4b3529227a9 /git-push.txt
parente74956204a5d10fb9b53c52eaaf1133f851a6bbc (diff)
downloadgit-htmldocs-3a869c139417c7eaa576465daed8bc40e28b8168.tar.gz
Autogenerated HTML docs for v1.7.1-rc0-27-g3b0c
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-push.txt b/git-push.txt
index 59dc8b197..48570242f 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -11,7 +11,7 @@ SYNOPSIS
[verse]
'git push' [--all | --mirror | --tags] [-n | --dry-run] [--receive-pack=<git-receive-pack>]
[--repo=<repository>] [-f | --force] [-v | --verbose] [-u | --set-upstream]
- [<repository> <refspec>...]
+ [<repository> [<refspec>...]]
DESCRIPTION
-----------