1
0
Fork 0
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:
Lasse Collin 2012-06-18 21:27:47 +03:00
parent f1675f765f
commit b3235a0b1a

View file

@ -27,7 +27,7 @@ show_usage_and_exit(const char *argv0)
{ {
fprintf(stderr, "Usage: %s PRESET < INFILE > OUTFILE\n" fprintf(stderr, "Usage: %s PRESET < INFILE > OUTFILE\n"
"PRESET is a number 0-9 and can optionally be " "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); argv0);
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }