Skip to content

Commit d718c19

Browse files
committed
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.
2 parents 3920917 + 997c2a4 commit d718c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-remote.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ static const char * const builtin_remote_usage[] = {
1515
"git remote set-head <name> (-a | -d | <branch>)",
1616
"git remote [-v | --verbose] show [-n] <name>",
1717
"git remote prune [-n | --dry-run] <name>",
18-
"git remote [-v | --verbose] update [-p | --prune] [group]",
18+
"git remote [-v | --verbose] update [-p | --prune] [group | remote]",
1919
NULL
2020
};
2121

0 commit comments

Comments
 (0)