changed multi to zstd-adaptive in the help menu
This commit is contained in:
@@ -1018,7 +1018,7 @@ static unsigned readU32FromChar(const char** stringPtr)
|
|||||||
static void help(void)
|
static void help(void)
|
||||||
{
|
{
|
||||||
PRINT("Usage:\n");
|
PRINT("Usage:\n");
|
||||||
PRINT(" ./multi [options] [file(s)]\n");
|
PRINT(" zstd-adaptive [options] [file(s)]\n");
|
||||||
PRINT("\n");
|
PRINT("\n");
|
||||||
PRINT("Options:\n");
|
PRINT("Options:\n");
|
||||||
PRINT(" -oFILE : specify the output file name\n");
|
PRINT(" -oFILE : specify the output file name\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user