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:
parent
369f72fd65
commit
436fa5fae9
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue