We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3920917 + 997c2a4 commit d718c19Copy full SHA for d718c19
builtin-remote.c
@@ -15,7 +15,7 @@ static const char * const builtin_remote_usage[] = {
15
"git remote set-head <name> (-a | -d | <branch>)",
16
"git remote [-v | --verbose] show [-n] <name>",
17
"git remote prune [-n | --dry-run] <name>",
18
- "git remote [-v | --verbose] update [-p | --prune] [group]",
+ "git remote [-v | --verbose] update [-p | --prune] [group | remote]",
19
NULL
20
};
21
0 commit comments