]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
changed multi to zstd-adaptive in the help menu
authorPaul Cruz <paulcruz74@fb.com>
Thu, 3 Aug 2017 22:13:49 +0000 (15:13 -0700)
committerPaul Cruz <paulcruz74@fb.com>
Thu, 3 Aug 2017 22:13:49 +0000 (15:13 -0700)
contrib/adaptive-compression/adapt.c

index 7cbf2c99a4ef2fc3a6b7e47ba4e0a275ab66ce4b..e1ca3e2aebc0e7351d42ad0600c3fe3767e14cc5 100644 (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");