From: Cheng Renquan <crquan@xxxxxxxxx> Signed-off-by: Cheng Renquan <crquan@xxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html