From: Michael Schubert Date: Sat, 7 Apr 2012 14:25:52 +0000 (+0200) Subject: remote: update builtin usage X-Git-Tag: v1.7.11-rc0~131^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31558fd48ea5911766781e676504d07eb70eeee5;p=git.git remote: update builtin usage Add missing options "--tags|--no-tags" and "--push". Signed-off-by: Michael Schubert Signed-off-by: Junio C Hamano --- diff --git a/builtin/remote.c b/builtin/remote.c index adc456ebe..8904d4b8e 100644 --- a/builtin/remote.c +++ b/builtin/remote.c @@ -9,7 +9,7 @@ static const char * const builtin_remote_usage[] = { "git remote [-v | --verbose]", - "git remote add [-t ] [-m ] [-f] [--mirror=] ", + "git remote add [-t ] [-m ] [-f] [--tags|--no-tags] [--mirror=] ", "git remote rename ", "git remote rm ", "git remote set-head (-a | -d | )", @@ -17,7 +17,7 @@ static const char * const builtin_remote_usage[] = { "git remote prune [-n | --dry-run] ", "git remote [-v | --verbose] update [-p | --prune] [( | )...]", "git remote set-branches [--add] ...", - "git remote set-url []", + "git remote set-url [--push] []", "git remote set-url --add ", "git remote set-url --delete ", NULL