From: Cheng Renquan Date: Mon, 17 Nov 2008 11:15:49 +0000 (+0800) Subject: git-remote: match usage string with the manual pages X-Git-Tag: v1.6.1-rc1~38 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=357af14fc491748c874cd8791a5bcf5e1a426ee8;p=git-core%2Fgit.git git-remote: match usage string with the manual pages Signed-off-by: Cheng Renquan Signed-off-by: Junio C Hamano --- diff --git a/builtin-remote.c b/builtin-remote.c index 71696b50d..d032f2535 100644 --- a/builtin-remote.c +++ b/builtin-remote.c @@ -8,12 +8,12 @@ #include "refs.h" static const char * const builtin_remote_usage[] = { - "git remote", - "git remote add ", + "git remote [-v | --verbose]", + "git remote add [-t ] [-m ] [-f] [--mirror] ", "git remote rename ", "git remote rm ", - "git remote show ", - "git remote prune ", + "git remote show [-n] ", + "git remote prune [-n | --dry-run] ", "git remote update [group]", NULL };