push: support signing pushes iff the server supports it
[gitweb.git] / builtin / hash-object.c
index 17e8bfdc446f3218124783e5e7a81bdb66079379..07fef3cc6b832c257bd3256dc6fff3d4c51760d9 100644 (file)
@@ -77,7 +77,7 @@ 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 [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] [--] <file>..."),
                N_("git hash-object  --stdin-paths < <list-of-paths>"),
                NULL
        };