git-remote: match usage string with the manual pages

Signed-off-by: Cheng Renquan <crquan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Cheng Renquan 2008-11-17 19:15:49 +08:00 committed by Junio C Hamano
parent 6e13921b4f
commit 357af14fc4

View File

@ -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
};