diff options
Diffstat (limited to 'programs')
-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 c82388c..505191b 100644 --- a/programs/lz4cli.c +++ b/programs/lz4cli.c @@ -542,7 +542,7 @@ int main(int argc, char** argv) /* Check if output is defined as console; trigger an error in this case */ if (!strcmp(output_filename,stdoutmark) && IS_CONSOLE(stdout) && !forceStdout) { - DISPLAYLEVEL(1, "refusing to output to console\n"); + DISPLAYLEVEL(1, "refusing to write to console without -c\n"); exit(1); } |