summaryrefslogtreecommitdiff
path: root/Documentation/git-remote.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-02-23 21:30:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-02-23 21:30:00 (GMT)
commitbba612300149bacd3d0643d13ffa66b49185d151 (patch)
tree9e6679c44888e8a7f450b60a546524541a7571cc /Documentation/git-remote.txt
parentb12fb9abfbef0d43630ff5d4b521630d6032bae7 (diff)
parentca5bc9e61fb26969c9b028c9b853af109f9f00c5 (diff)
downloadgit-bba612300149bacd3d0643d13ffa66b49185d151.zip
git-bba612300149bacd3d0643d13ffa66b49185d151.tar.gz
git-bba612300149bacd3d0643d13ffa66b49185d151.tar.bz2
Merge branch 'pj/remote-set-branches-usage-fix'
* pj/remote-set-branches-usage-fix: remote: fix set-branches usage and documentation Conflicts: builtin/remote.c
Diffstat (limited to 'Documentation/git-remote.txt')
-rw-r--r--Documentation/git-remote.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt
index 5a8c506..d376d19 100644
--- a/Documentation/git-remote.txt
+++ b/Documentation/git-remote.txt
@@ -14,7 +14,7 @@ SYNOPSIS
'git remote rename' <old> <new>
'git remote rm' <name>
'git remote set-head' <name> (-a | -d | <branch>)
-'git remote set-branches' <name> [--add] <branch>...
+'git remote set-branches' [--add] <name> <branch>...
'git remote set-url' [--push] <name> <newurl> [<oldurl>]
'git remote set-url --add' [--push] <name> <newurl>
'git remote set-url --delete' [--push] <name> <url>