зеркало из https://github.com/microsoft/git.git
Merge branch 'th/maint-remote-update-help-string'
* th/maint-remote-update-help-string: Update 'git remote update' usage string to match man page.
This commit is contained in:
Коммит
0a8a38433d
|
@ -15,7 +15,7 @@ static const char * const builtin_remote_usage[] = {
|
||||||
"git remote set-head <name> (-a | -d | <branch>)",
|
"git remote set-head <name> (-a | -d | <branch>)",
|
||||||
"git remote [-v | --verbose] show [-n] <name>",
|
"git remote [-v | --verbose] show [-n] <name>",
|
||||||
"git remote prune [-n | --dry-run] <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
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче