added additional print for help menu

This commit is contained in:
Paul Cruz 2017-07-19 09:43:17 -07:00
parent 3d7f1afadd
commit 6119cd2164

View 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[])