X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ssh-upload.c;h=2da66618fcdd6a0f5af35c9f30554a65eb427427;hb=2b11e3170e919866c7f5554dd4089289a1bb6726;hp=b675a0b1f1df7d313f8201d59ad25b1c3d53a2f4;hpb=90768daaa006516c7ae69ed89d7c2e67243dfac1;p=git.git diff --git a/ssh-upload.c b/ssh-upload.c index b675a0b1..2da66618 100644 --- a/ssh-upload.c +++ b/ssh-upload.c @@ -134,7 +134,7 @@ int main(int argc, char **argv) commit_id = argv[arg]; url = argv[arg + 1]; if (get_sha1(commit_id, sha1)) - usage(ssh_push_usage); + die("Not a valid object name %s", commit_id); memcpy(hex, sha1_to_hex(sha1), sizeof(hex)); argv[arg] = hex;