1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

s/decompressed/compressed/ in the command line tool's

error message.
This commit is contained in:
Lasse Collin 2008-06-10 20:36:12 +03:00
parent 369f72fd65
commit 436fa5fae9

View 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();
}