X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=hash-object.c;h=46c06a9552dac5475afc607c3fe2bf00801eb055;hb=372c767610c4e4d7f4832d037ac51a62a59875a3;hp=48d522368454d2663d5cc075045d87f120058ced;hpb=9dc784a970ba5cc3871f7244c6bf6a823754f0a0;p=git.git diff --git a/hash-object.c b/hash-object.c index 48d522368..46c06a955 100644 --- a/hash-object.c +++ b/hash-object.c @@ -52,7 +52,7 @@ static void hash_stdin_paths(const char *type, int write_objects) } static const char hash_object_usage[] = -"git-hash-object [ [-t ] [-w] [--stdin] ... | --stdin-paths < ]"; +"git hash-object [ [-t ] [-w] [--stdin] ... | --stdin-paths < ]"; int main(int argc, char **argv) {