Browse Source

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.
maint
Junio C Hamano 15 years ago
parent
commit
d718c19bc6
  1. 2
      builtin-remote.c

2
builtin-remote.c

@ -15,7 +15,7 @@ static const char * const builtin_remote_usage[] = { @@ -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
};


Loading…
Cancel
Save