changed multi to zstd-adaptive in the help menu

This commit is contained in:
Paul Cruz
2017-08-03 15:13:49 -07:00
parent 8be7bba08c
commit 01237e3b35
+1 -1
View File
@@ -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");