Update 'git remote update' usage string to match man page.
commit997c2a45ecf55a8f8bc6fe78a0abc319e23a62d1
authorTim Henigan <tim.henigan@gmail.com>
Sun, 15 Nov 2009 19:46:25 +0000 (15 14:46 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Nov 2009 20:24:46 +0000 (15 12:24 -0800)
tree3318c5517bf694b9e888319dbe592a36b78eb3c3
parent78d553b7d7b269bb22ebd8b1198657c37484a3a0
Update 'git remote update' usage string to match man page.

Commit b344e161 taught 'git remote update' to understand
[group | remote] as its argument.  The man page was updated
to document this change, but the usage string was not.

Signed-off-by: Tim Henigan <tim.henigan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c