summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6e13921)
raw | patch | inline | side by side (parent: 6e13921)
author | Cheng Renquan <crquan@gmail.com> | |
Mon, 17 Nov 2008 11:15:49 +0000 (19:15 +0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 17 Nov 2008 15:33:42 +0000 (07:33 -0800) |
Signed-off-by: Cheng Renquan <crquan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c | patch | blob | history |
diff --git a/builtin-remote.c b/builtin-remote.c
index 71696b50d333f24f1c7a6a7ace946cf3392ca7d0..d032f25358e6c6c02ecdfc77bee5c240fb08c40a 100644 (file)
--- a/builtin-remote.c
+++ b/builtin-remote.c
#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
};