1
0
mirror of https://github.com/facebook/zstd.git synced 2025-12-24 17:21:03 +03:00

building on readme, added another help tip in the menu

This commit is contained in:
Paul Cruz
2017-07-25 17:47:02 -07:00
parent 7cc74e0b27
commit 0b18d21e03
2 changed files with 18 additions and 0 deletions

View File

@@ -924,6 +924,7 @@ static void help()
PRINT(" -i# : provide initial compression level\n");
PRINT(" -h : display help/information\n");
PRINT(" -f : force the compression level to stay constant\n");
PRINT(" -c : force write to stdout\n");
PRINT(" -p : hide progress bar\n");
PRINT(" -q : quiet mode -- do not show progress bar or other information\n");
}