mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Docs: Language fix to 01_compress_easy.c.
Thanks to Jonathan Nieder.
This commit is contained in:
parent
3d7ab1dc61
commit
711fa680f5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue