X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=upload-pack.c;h=f05e4229d0d3a3ed34b4bba6636f4d333c74dc22;hb=28368e9f0bced688e4baf3b02b1bfcb6580909c4;hp=92f9530c6572a212c12ac917d774736286325e52;hpb=3cd474599f1ede41863c523ddf76c94941b08164;p=git.git diff --git a/upload-pack.c b/upload-pack.c index 92f9530c6..f05e4229d 100644 --- a/upload-pack.c +++ b/upload-pack.c @@ -11,7 +11,7 @@ #include "list-objects.h" #include "run-command.h" -static const char upload_pack_usage[] = "git upload-pack [--strict] [--timeout=nn] "; +static const char upload_pack_usage[] = "git upload-pack [--strict] [--timeout=] "; /* bits #0..7 in revision.h, #8..10 in commit.c */ #define THEY_HAVE (1u << 11)