mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-07 19:26:29 -04:00
gzip: -s and -L are not supported options
This commit is contained in:
parent
c1b48b7f03
commit
dad582cd57
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user