From 357af14fc491748c874cd8791a5bcf5e1a426ee8 Mon Sep 17 00:00:00 2001 From: Cheng Renquan Date: Mon, 17 Nov 2008 19:15:49 +0800 Subject: [PATCH] git-remote: match usage string with the manual pages Signed-off-by: Cheng Renquan Signed-off-by: Junio C Hamano --- builtin-remote.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builtin-remote.c b/builtin-remote.c index 71696b50d3..d032f25358 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 }; -- 2.11.4.GIT