This commit is contained in:
Yakov Olkhovskiy 2022-08-19 20:57:12 +00:00
parent d81ec25027
commit 151afb16e2

View File

@ -444,7 +444,7 @@ inline void usage(FILE * out, const char * name)
"\t--decompressor - path to decompressor\n"
"\t--exec - path to an input file to execute after decompression, if omitted then\n"
"\t an <input_file> having the same name as <output_file> becomes such executable.\n"
"\t This executable uppon decompression will substitute started compressed preserving compressed name.",
"\t This executable uppon decompression will substitute started compressed preserving compressed name.\n",
name, ZSTD_maxCLevel());
}