diff options
Diffstat (limited to 'hash-object.c')
-rw-r--r-- | hash-object.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hash-object.c b/hash-object.c index 7acfae15d9..bb7c5dc6ee 100644 --- a/hash-object.c +++ b/hash-object.c @@ -50,7 +50,8 @@ 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>...\n" +" or: git hash-object --stdin-paths < <list-of-paths>"; int main(int argc, char **argv) { |