]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Made -H's printout specify the semantics of -T0 1042/head
authorJesse Talavera-Greenberg <jessetalavera@aol.com>
Tue, 13 Mar 2018 00:43:32 +0000 (20:43 -0400)
committerGitHub <noreply@github.com>
Tue, 13 Mar 2018 00:43:32 +0000 (20:43 -0400)
programs/zstdcli.c

index 3fd3282b15a9d1e60a6d829a1eb53cde17b2c95d..9f8d4dea79219a334ac5e5e9914fa6982c70ec7a 100644 (file)
@@ -135,7 +135,7 @@ static int usage_advanced(const char* programName)
     DISPLAY( "--ultra : enable levels beyond %i, up to %i (requires more memory)\n", ZSTDCLI_CLEVEL_MAX, ZSTD_maxCLevel());
     DISPLAY( "--long[=#]  : enable long distance matching with given window log (default: %u)\n", g_defaultMaxWindowLog);
 #ifdef ZSTD_MULTITHREAD
-    DISPLAY( " -T#    : spawns # compression threads (default: 1) \n");
+    DISPLAY( " -T#    : spawns # compression threads (default: 1, 0==# cores) \n");
     DISPLAY( " -B#    : select size of each job (default: 0==automatic) \n");
 #endif
     DISPLAY( "--no-dictID : don't write dictID into header (dictionary compression)\n");