diff options
Diffstat (limited to 'hash-object.c')
-rw-r--r-- | hash-object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hash-object.c b/hash-object.c index 0821e543f5..c8c9adb3aa 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 <type>] [-w] <file>..."; int main(int argc, char **argv) |