diff --git a/Common-things-you-may-want-to-do.md b/Common-things-you-may-want-to-do.md index 05dd3c8..e4626ec 100644 --- a/Common-things-you-may-want-to-do.md +++ b/Common-things-you-may-want-to-do.md @@ -7,9 +7,19 @@ This page will show you specific applications of Ciphey. ## How do I enable nested encryption? [We held a vote and found that nested encryptions by default wasn't something people wanted.](https://github.com/Ciphey/Ciphey/issues/327) ``` --p ausearch.enable_nested=True +ciphey -p ausearch.enable_nested=True ``` ## How do I use Regex? ``` --C regex -p regex.regex={ -``` \ No newline at end of file +ciphey -C regex -p regex.regex={ +``` + +## How do I disable the human checker? +Set the verbosity to less than 0. + +``` +ciphey -q +``` + +-q sets the verbosity to -1. +