Skip to content

Commit 357af14

Browse files
crquangitster
authored andcommitted
git-remote: match usage string with the manual pages
Signed-off-by: Cheng Renquan <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6e13921 commit 357af14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

builtin-remote.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
#include "refs.h"
99

1010
static const char * const builtin_remote_usage[] = {
11-
"git remote",
12-
"git remote add <name> <url>",
11+
"git remote [-v | --verbose]",
12+
"git remote add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>",
1313
"git remote rename <old> <new>",
1414
"git remote rm <name>",
15-
"git remote show <name>",
16-
"git remote prune <name>",
15+
"git remote show [-n] <name>",
16+
"git remote prune [-n | --dry-run] <name>",
1717
"git remote update [group]",
1818
NULL
1919
};

0 commit comments

Comments
 (0)