diff --git a/utils/self-extracting-executable/compressor.cpp b/utils/self-extracting-executable/compressor.cpp index 0ca43ec843d..8074f1bb267 100644 --- a/utils/self-extracting-executable/compressor.cpp +++ b/utils/self-extracting-executable/compressor.cpp @@ -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 having the same name as 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()); }