"decompress(string, wbits) -- Decompress the data in string with a window buffer size of wbits.\n"
"\n"
"decompress(string, wbits, bufsize) -- Decompress the data in string with a window buffer size of wbits and an initial output buffer size of bufsize.\n"
"Optional arg wbits is the window buffer size. Optional arg bufsize is\n"