From 0fa6c90e89a4ebbd944e3a75853bfcecd1215dd4 Mon Sep 17 00:00:00 2001 From: Bimba Shrestha Date: Fri, 31 Jan 2020 10:38:19 -0800 Subject: [PATCH] Moving to same category as -v --- programs/zstd.1.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/programs/zstd.1.md b/programs/zstd.1.md index 7dcc90339..5b6505ba2 100644 --- a/programs/zstd.1.md +++ b/programs/zstd.1.md @@ -228,6 +228,12 @@ the last one takes effect. `-vvV` also displays POSIX support. * `-v`: verbose mode +* `--show-default-cparams`: + Shows the default compresssion parameters that will be used for a + particular src file. If the provided src file is not a regular file + (eg. named pipe), the cli will just output the default paramters. + That is, the parameters that are used when the src size is + unknown. * `-q`, `--quiet`: suppress warnings, interactivity, and notifications. specify twice to suppress errors too. @@ -248,14 +254,6 @@ If the value of `ZSTD_CLEVEL` is not a valid integer, it will be ignored with a `ZSTD_CLEVEL` just replaces the default compression level (`3`). It can be overridden by corresponding command line arguments. -### Misc. arguments - -* `--show-default-cparams`: - Shows the default compresssion parameters that will be used for a - particular src file. If the provided src file is not a regular file - (eg. named pipe), the cli will just output the default paramters. - That is, the parameters that are used when the src size is - unknown. DICTIONARY BUILDER ------------------ -- 2.47.3