Added --output-dir-flat=

which is a preferred construction when applicable.

Also, added --output-dir-flat into man page.
This commit is contained in:
Yann Collet
2019-10-21 14:39:18 -07:00
parent 6cf04c0344
commit 989e0f0cee
4 changed files with 19 additions and 3 deletions
+4
View File
@@ -287,6 +287,10 @@ mkdir tmpOutDirDecomp
$ZSTD tmpOutDir -r -d --output-dir-flat tmpOutDirDecomp
test -f tmpOutDirDecomp/tmp2
test -f tmpOutDirDecomp/tmp1
rm -f tmpOutDirDecomp/*
$ZSTD tmpOutDir -r -d --output-dir-flat=tmpOutDirDecomp
test -f tmpOutDirDecomp/tmp2
test -f tmpOutDirDecomp/tmp1
rm -rf tmp*
println "\n===> Advanced compression parameters "