X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=upload-pack.c;h=19c24db643c0bceb6e1b960d411d657d2feb0f32;hb=45e2b6140147d7a8b2cd68399e4d52d5d8d7b5be;hp=5db6f939551dff618b9e4c7a8bbf5a51bfa3032f;hpb=bd9efbf35424c9436f62768e47f5819c9b5bcf9e;p=git.git diff --git a/upload-pack.c b/upload-pack.c index 5db6f9395..19c24db64 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=nn] "; /* bits #0..7 in revision.h, #8..10 in commit.c */ #define THEY_HAVE (1u << 11)