gzip: -s and -L are not supported options

This commit is contained in:
Eric Biggers 2016-05-21 16:35:43 -05:00
parent c1b48b7f03
commit dad582cd57

View File

@ -46,13 +46,13 @@ struct options {
const tchar *suffix;
};
static const tchar *const optstring = T("1::2::3::4::5::6::7::8::9::cdfhkL:s:S:V");
static const tchar *const optstring = T("1::2::3::4::5::6::7::8::9::cdfhkS:V");
static void
show_usage(FILE *fp)
{
fprintf(fp,
"Usage: %"TS" [-LEVEL] [-cdfhkV] [-s SIZE] [-S SUF] FILE...\n"
"Usage: %"TS" [-LEVEL] [-cdfhkV] [-S SUF] FILE...\n"
"Compress or decompress the specified FILEs.\n"
"\n"
"Options:\n"