Skip to content

Commit

Permalink
git-remote: match usage string with the manual pages
Browse files Browse the repository at this point in the history
Signed-off-by: Cheng Renquan <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
crquan authored and gitster committed Nov 17, 2008
1 parent 6e13921 commit 357af14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions builtin-remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit 357af14

Please sign in to comment.