diff options
author | 2012-02-27 15:33:33 -0800 | |
---|---|---|
committer | 2012-02-27 15:33:33 -0800 | |
commit | 67f8d5b87d8ec3dcdb311f31b534332b74c93142 (patch) | |
tree | 6d77a87d8ca5045d0e539e3444b25be830115cd4 /builtin | |
parent | Merge branch 'jn/gitweb-unborn-head' into maint (diff) | |
parent | remote: fix set-branches usage and documentation (diff) | |
download | tgif-67f8d5b87d8ec3dcdb311f31b534332b74c93142.tar.xz |
Merge branch 'pj/remote-set-branches-usage-fix' into maint
* pj/remote-set-branches-usage-fix:
remote: fix set-branches usage and documentation
Conflicts:
builtin/remote.c
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/remote.c b/builtin/remote.c index 583eec90e0..adc456ebef 100644 --- a/builtin/remote.c +++ b/builtin/remote.c @@ -16,7 +16,7 @@ static const char * const builtin_remote_usage[] = { "git remote [-v | --verbose] show [-n] <name>", "git remote prune [-n | --dry-run] <name>", "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]", - "git remote set-branches <name> [--add] <branch>...", + "git remote set-branches [--add] <name> <branch>...", "git remote set-url <name> <newurl> [<oldurl>]", "git remote set-url --add <name> <newurl>", "git remote set-url --delete <name> <url>", |