X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=builtin%2Fremote.c;h=e9a6e09257f445b1c26833dd9fae89518369daa7;hb=6cf9bf6cbcfd57606da30710656b248651d3113f;hp=48e0a6bf260cab18d44058ade554e3a9d5946b93;hpb=cd1547d2049f32a5c13ba1828fcd1a553b844e97;p=git.git diff --git a/builtin/remote.c b/builtin/remote.c index 48e0a6bf2..e9a6e0925 100644 --- a/builtin/remote.c +++ b/builtin/remote.c @@ -15,7 +15,7 @@ static const char * const builtin_remote_usage[] = { "git remote set-head (-a | -d | )", "git remote [-v | --verbose] show [-n] ", "git remote prune [-n | --dry-run] ", - "git remote [-v | --verbose] update [-p | --prune] [group | remote]", + "git remote [-v | --verbose] update [-p | --prune] [( | )...]", "git remote set-branches [--add] ...", "git remote set-url []", "git remote set-url --add ",