X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Ffetch.c;h=8470850415c14cad8ceeca9f6baef46ab6feabc3;hb=e7e1bf0c29f20c505869d2dda7ddb26470f6ebc5;hp=957be9f9269c657fb094b1b3daa4f309c1324ae0;hpb=59d1e01d69865cb2238e01102c6987e4e1d71a32;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 };