remote: fix set-branches usage
commit656cdf0c9ebe2899ef79020285c9a6243dc84d97
authorJunio C Hamano <gitster@pobox.com>
Mon, 7 Nov 2011 05:12:59 +0000 (6 21:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Nov 2011 05:15:30 +0000 (6 21:15 -0800)
treeb4befb3a920920f40e39c78a63a4bf1b7e96ea00
parent3d8b69495fd1132d5af6d7f46425cca97a937d97
remote: fix set-branches usage

Bad copy-paste.

Otherwise "git remote set-branches" without necessary argument
will result in an error message and help for set-url subcommand.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/remote.c