mirror of
https://github.com/PCSX2/xz.git
synced 2026-02-04 03:11:18 +01:00
Docs: Language fix to 01_compress_easy.c.
Thanks to Jonathan Nieder.
This commit is contained in:
@@ -27,7 +27,7 @@ show_usage_and_exit(const char *argv0)
|
||||
{
|
||||
fprintf(stderr, "Usage: %s PRESET < INFILE > OUTFILE\n"
|
||||
"PRESET is a number 0-9 and can optionally be "
|
||||
"by `e' to indicate extreme preset\n",
|
||||
"followed by `e' to indicate extreme preset\n",
|
||||
argv0);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user