From: Sen Huang Date: Wed, 2 Oct 2019 15:11:35 +0000 (-0400) Subject: Modified message X-Git-Tag: v1.4.4~1^2~36^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e4d602412241c142b7f57e1d7f4995e12a003e0;p=thirdparty%2Fzstd.git Modified message --- diff --git a/programs/zstdcli.c b/programs/zstdcli.c index 6b761ffa6..63e71e7e6 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -136,7 +136,7 @@ static int usage_advanced(const char* programName) DISPLAY( " -q : suppress warnings; specify twice to suppress errors too\n"); DISPLAY( " -c : force write to standard output, even if it is the console\n"); DISPLAY( " -l : print information about zstd compressed files \n"); - DISPLAY( " --output-dir-flat directory: results stored into `directory` top level \n"); + DISPLAY( " --output-dir-flat directory: results stored into `directory`. Filename collisions mean first file will be compressed. With -f, the last file will be compressed.\n"); #ifndef ZSTD_NOCOMPRESS 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);