X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=upload-pack.c;h=f05e4229d0d3a3ed34b4bba6636f4d333c74dc22;hb=385cc9d8c44eb5be9d57e630129752a72c0a08c8;hp=92f9530c6572a212c12ac917d774736286325e52;hpb=1125297ca1744be09f9e392aab0dd2c70d838583;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)