s/decompressed/compressed/ in the command line tool's
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 10 Jun 2008 17:36:12 +0000 (20:36 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 10 Jun 2008 17:36:12 +0000 (20:36 +0300)
error message.

src/lzma/main.c

index 26edc47..0289119 100644 (file)
@@ -89,7 +89,7 @@ is_tty_stdout(void)
        if (ret) {
                errmsg(V_ERROR, _("Compressed data not written to "
                                "a terminal."));
-               errmsg(V_ERROR, _("Use `--force' to force decompression."));
+               errmsg(V_ERROR, _("Use `--force' to force compression."));
                show_try_help();
        }