X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=hash-object.c;h=46c06a9552dac5475afc607c3fe2bf00801eb055;hb=d14e7407b34b8c11b407358b9677c283c381a71c;hp=48d522368454d2663d5cc075045d87f120058ced;hpb=8bb65883d164843d5bb7475281af09bae18ab22d;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) {