X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=hash-object.c;h=c8c9adb3aa789729e3c53a0d9ff1135367e93ee0;hb=f98d863d2122e1b8781dfb9889df98876a26f315;hp=0821e543f57caa264f0cff292f4c7dbe1ed0f148;hpb=07ee0d77c66d6f356cd3f82435e67510779aa53c;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)