X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Ffetch.c;h=8470850415c14cad8ceeca9f6baef46ab6feabc3;hb=7a0d54facd476a9197f405d2cc65d4bc73e3f1a6;hp=957be9f9269c657fb094b1b3daa4f309c1324ae0;hpb=f9bdf9b2102bd848c7a3eabff2ba5af63828de54;p=git.git diff --git a/builtin/fetch.c b/builtin/fetch.c index 957be9f92..847085041 100644 --- a/builtin/fetch.c +++ b/builtin/fetch.c @@ -14,10 +14,10 @@ #include "transport.h" static const char * const builtin_fetch_usage[] = { - "git fetch [options] [ ...]", - "git fetch [options] ", - "git fetch --multiple [options] [ | ]...", - "git fetch --all [options]", + "git fetch [] [ [...]]", + "git fetch [] ", + "git fetch --multiple [] [ | ]...", + "git fetch --all []", NULL };