Skip to content

Commit

Permalink
Merge branch 'th/maint-remote-update-help-string'
Browse files Browse the repository at this point in the history
* th/maint-remote-update-help-string:
  Update 'git remote update' usage string to match man page.
  • Loading branch information
Junio C Hamano committed Nov 23, 2009
2 parents f81be17 + 997c2a4 commit 0a8a384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 0a8a384

Please sign in to comment.