X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ssh-upload.c;h=2da66618fcdd6a0f5af35c9f30554a65eb427427;hb=883d0a78d2a28add079f809ffb8dd077f4a766d8;hp=b675a0b1f1df7d313f8201d59ad25b1c3d53a2f4;hpb=b4a081b428c607f98c5d0a0eec8d543dc1f2abcd;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;