changed multi to zstd-adaptive in the help menu

dev
Paul Cruz 2017-08-03 15:13:49 -07:00
parent 8be7bba08c
commit 01237e3b35
1 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ static unsigned readU32FromChar(const char** stringPtr)
static void help(void)
{
PRINT("Usage:\n");
PRINT(" ./multi [options] [file(s)]\n");
PRINT(" zstd-adaptive [options] [file(s)]\n");
PRINT("\n");
PRINT("Options:\n");
PRINT(" -oFILE : specify the output file name\n");