Merge branch 'th/maint-remote-update-help-string' into maint

* th/maint-remote-update-help-string:
  Update 'git remote update' usage string to match man page.
This commit is contained in:
Junio C Hamano 2009-12-03 13:52:31 -08:00
commit d718c19bc6

View file

@ -15,7 +15,7 @@ static const char * const builtin_remote_usage[] = {
"git remote set-head <name> (-a | -d | <branch>)",
"git remote [-v | --verbose] show [-n] <name>",
"git remote prune [-n | --dry-run] <name>",
"git remote [-v | --verbose] update [-p | --prune] [group]",
"git remote [-v | --verbose] update [-p | --prune] [group | remote]",
NULL
};