"branch -d" can remove more than one branches
commit534cea3fce7d32fc924fd477520fa2e631288ca6
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Jun 2011 22:04:32 +0000 (27 15:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Jun 2011 23:35:29 +0000 (29 16:35 -0700)
treeb9efabcd5eae4996d202f8b5ea92039ef08f3b83
parent99ac63b092f592b7181f94b6479f3a24dbfc8fdb
"branch -d" can remove more than one branches

Since 03feddd (git-check-ref-format: reject funny ref names, 2005-10-13),
"git branch -d" can take more than one branch names to remove.

The documentation was correct, but the usage string was not.

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