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 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 <type>] [-w] [--stdin] <file>... | --stdin-paths < <list-of-paths> ]"; +"git hash-object [ [-t <type>] [-w] [--stdin] <file>... | --stdin-paths < <list-of-paths> ]"; int main(int argc, char **argv) { |