Browse Source

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>
maint
Cheng Renquan 16 years ago committed by Junio C Hamano
parent
commit
357af14fc4
  1. 8
      builtin-remote.c

8
builtin-remote.c

@ -8,12 +8,12 @@ @@ -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
};

Loading…
Cancel
Save