diff options
author | Yann Collet <cyan@fb.com> | 2016-12-22 10:41:05 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2016-12-22 10:41:05 (GMT) |
commit | 52cac9a97342641315c76cfb861206d6acd631a8 (patch) | |
tree | 3909505cec589c883e6e207f5cd83ec953d03eee /programs/lz4cli.c | |
parent | 70526a11e033a640fb9e7ae80fe75b465d484bf0 (diff) | |
download | lz4-52cac9a97342641315c76cfb861206d6acd631a8.zip lz4-52cac9a97342641315c76cfb861206d6acd631a8.tar.gz lz4-52cac9a97342641315c76cfb861206d6acd631a8.tar.bz2 |
updated a few macros names
Diffstat (limited to 'programs/lz4cli.c')
-rw-r--r-- | programs/lz4cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/lz4cli.c b/programs/lz4cli.c index 5bd06d9..80d84a1 100644 --- a/programs/lz4cli.c +++ b/programs/lz4cli.c @@ -208,7 +208,7 @@ static int usage_longhelp(const char* exeName) DISPLAY( "Compression levels : \n"); DISPLAY( "---------------------\n"); DISPLAY( "-0 ... -2 => Fast compression, all identicals\n"); - DISPLAY( "-3 ... -%d => High compression; higher number == more compression but slower\n", LZ4HC_MAX_CLEVEL); + DISPLAY( "-3 ... -%d => High compression; higher number == more compression but slower\n", LZ4HC_CLEVEL_MAX); DISPLAY( "\n"); DISPLAY( "stdin, stdout and the console : \n"); DISPLAY( "--------------------------------\n"); |