From: Paul Cruz Date: Thu, 3 Aug 2017 22:13:49 +0000 (-0700) Subject: changed multi to zstd-adaptive in the help menu X-Git-Tag: v1.3.1^2~12^2^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01237e3b358bc99a5b877d2c1fbeed184c8412e4;p=thirdparty%2Fzstd.git changed multi to zstd-adaptive in the help menu --- diff --git a/contrib/adaptive-compression/adapt.c b/contrib/adaptive-compression/adapt.c index 7cbf2c99a..e1ca3e2ae 100644 --- a/contrib/adaptive-compression/adapt.c +++ b/contrib/adaptive-compression/adapt.c @@ -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");