mirror of
https://github.com/facebook/zstd.git
synced 2025-08-10 04:43:07 +03:00
added additional print for help menu
This commit is contained in:
@@ -827,6 +827,7 @@ static void help()
|
|||||||
PRINT(" -i# : provide initial compression level\n");
|
PRINT(" -i# : provide initial compression level\n");
|
||||||
PRINT(" -s : display information stats\n");
|
PRINT(" -s : display information stats\n");
|
||||||
PRINT(" -h : display help/information\n");
|
PRINT(" -h : display help/information\n");
|
||||||
|
PRINT(" -f : force the compression level to stay constant\n");
|
||||||
}
|
}
|
||||||
/* return 0 if successful, else return error */
|
/* return 0 if successful, else return error */
|
||||||
int main(int argCount, const char* argv[])
|
int main(int argCount, const char* argv[])
|
||||||
|
Reference in New Issue
Block a user