]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added additional print for help menu
authorPaul Cruz <paulcruz74@fb.com>
Wed, 19 Jul 2017 16:43:17 +0000 (09:43 -0700)
committerPaul Cruz <paulcruz74@fb.com>
Wed, 19 Jul 2017 16:43:17 +0000 (09:43 -0700)
contrib/adaptive-compression/adapt.c

index 7eb4333a110c3d6ee2c92cc50fdac55789c6af32..2182ad1e89d78a06d08c3ac05ac655fc20ff6eb8 100644 (file)
@@ -827,6 +827,7 @@ static void help()
     PRINT("  -i#    : provide initial compression level\n");
     PRINT("  -s     : display information stats\n");
     PRINT("  -h     : display help/information\n");
+    PRINT("  -f     : force the compression level to stay constant\n");
 }
 /* return 0 if successful, else return error */
 int main(int argCount, const char* argv[])