Code

remote: fix set-branches usage and documentation
[git.git] / Documentation / git-remote.txt
index de4386bf7eca2d236a320d83f514cd5010461a1c..7112f94000d2a9e9ed69eaa5d699633d5c95117e 100644 (file)
@@ -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>