Merge branch 'ss/clone-depth-single-doc'
[gitweb.git] / builtin / hash-object.c
index 17e8bfdc446f3218124783e5e7a81bdb66079379..43b098b76c0db28a93c6b1ebf1ea1131b0d67a0b 100644 (file)
@@ -77,8 +77,8 @@ static void hash_stdin_paths(const char *type, int no_filters, unsigned flags,
 int cmd_hash_object(int argc, const char **argv, const char *prefix)
 {
        static const char * const hash_object_usage[] = {
-               N_("git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] <file>..."),
-               N_("git hash-object  --stdin-paths < <list-of-paths>"),
+               N_("git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] [--] <file>..."),
+               N_("git hash-object  --stdin-paths"),
                NULL
        };
        const char *type = blob_type;