Skip to content

Commit

Permalink
Add level range
Browse files Browse the repository at this point in the history
  • Loading branch information
miltondts committed Jul 30, 2020
1 parent 3ef6747 commit b7f0d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void PrintMenuCompression(void){

fprintf(stderr,
" -l [NUMBER], --level [NUMBER] \n"
" Compression level (integer). \n"
" Compression level (integer [1;16]). \n"
" Default level: %u. \n"
" It defines compressibility in balance with computational \n"
" resources (RAM & time). Use -s for levels perception. \n"
Expand Down

0 comments on commit b7f0d82

Please sign in to comment.