X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=hash-object.c;h=c8c9adb3aa789729e3c53a0d9ff1135367e93ee0;hb=f0243f26f6d8403cd8e83c7d498c81e01a1f1735;hp=0821e543f57caa264f0cff292f4c7dbe1ed0f148;hpb=98e031f0bb6e857c684e6db24d03d22cfc1a532a;p=git.git diff --git a/hash-object.c b/hash-object.c index 0821e543..c8c9adb3 100644 --- a/hash-object.c +++ b/hash-object.c @@ -21,7 +21,7 @@ static void hash_object(const char *path, const char *type, int write_object) printf("%s\n", sha1_to_hex(sha1)); } -static const char *hash_object_usage = +static const char hash_object_usage[] = "git-hash-object [-t ] [-w] ..."; int main(int argc, char **argv)