mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-10 12:58:30 -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;
|
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
|
static void
|
||||||
show_usage(FILE *fp)
|
show_usage(FILE *fp)
|
||||||
{
|
{
|
||||||
fprintf(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"
|
"Compress or decompress the specified FILEs.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user