mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
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:
parent
6e13921b4f
commit
357af14fc4
@ -8,12 +8,12 @@
|
|||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
|
|
||||||
static const char * const builtin_remote_usage[] = {
|
static const char * const builtin_remote_usage[] = {
|
||||||
"git remote",
|
"git remote [-v | --verbose]",
|
||||||
"git remote add <name> <url>",
|
"git remote add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>",
|
||||||
"git remote rename <old> <new>",
|
"git remote rename <old> <new>",
|
||||||
"git remote rm <name>",
|
"git remote rm <name>",
|
||||||
"git remote show <name>",
|
"git remote show [-n] <name>",
|
||||||
"git remote prune <name>",
|
"git remote prune [-n | --dry-run] <name>",
|
||||||
"git remote update [group]",
|
"git remote update [group]",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user