git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] remote short help message updated
@ 2008-11-17  9:12 crquan
  2008-11-17  9:12 ` [PATCH 2/2] git-remote: add verbose mode crquan
  2008-11-17 10:15 ` [PATCH 1/2] remote short help message updated Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: crquan @ 2008-11-17  9:12 UTC (permalink / raw)
  To: git

From: Cheng Renquan <crquan@gmail.com>

Synced from git help remote.

Signed-off-by: Cheng Renquan <crquan@gmail.com>
---
 builtin-remote.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/builtin-remote.c b/builtin-remote.c
index 71696b5..d032f25 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 <name> <url>",
+	"git remote [-v | --verbose]",
+	"git remote add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>",
 	"git remote rename <old> <new>",
 	"git remote rm <name>",
-	"git remote show <name>",
-	"git remote prune <name>",
+	"git remote show [-n] <name>",
+	"git remote prune [-n | --dry-run] <name>",
 	"git remote update [group]",
 	NULL
 };
-- 
1.6.0.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-17 10:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-17  9:12 [PATCH 1/2] remote short help message updated crquan
2008-11-17  9:12 ` [PATCH 2/2] git-remote: add verbose mode crquan
2008-11-17 10:15   ` Junio C Hamano
2008-11-17 10:15 ` [PATCH 1/2] remote short help message updated Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).