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
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}