diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-23 13:30:00 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-23 13:30:00 -0800 |
commit | bba612300149bacd3d0643d13ffa66b49185d151 (patch) | |
tree | 9e6679c44888e8a7f450b60a546524541a7571cc /builtin | |
parent | b12fb9abfbef0d43630ff5d4b521630d6032bae7 (diff) | |
parent | ca5bc9e61fb26969c9b028c9b853af109f9f00c5 (diff) | |
download | git-bba612300149bacd3d0643d13ffa66b49185d151.tar.gz git-bba612300149bacd3d0643d13ffa66b49185d151.tar.xz |
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 '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 f54a89adc..fec92bc66 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>", |