Tweak error message
authorDaniel Colascione <dancol@dancol.org>
Thu, 3 Sep 2015 01:45:13 +0000 (18:45 -0700)
committerDaniel Colascione <dancol@dancol.org>
Thu, 3 Sep 2015 01:57:19 +0000 (18:57 -0700)
programs/lz4cli.c

index c82388c..505191b 100644 (file)
@@ -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);
     }