diff options
author | Jakob Unterwurzacher | 2016-01-31 18:09:39 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-01-31 18:09:39 +0100 |
commit | 6454db68d97667f90ec1f0f838c7da275c46d2b8 (patch) | |
tree | 8e7078f815a74c78f0c620723903e1ef1e88d0d3 /Documentation | |
parent | 4c9e249e3ac1fc2995e01eb1ed24799c3a3bc66b (diff) |
Add new "-wpanic" option and enable it for the automated tests
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/MANPAGE.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 6210190..c47f4b9 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -104,6 +104,10 @@ mounting but makes the password susceptible to brute-force attacks (default 16) **-version** : Print version and exit +**-wpanic** +: When encountering a warning, panic and exit immediately. This is +useful in regression testing. + **-zerokey** : Use all-zero dummy master key. This options is only intended for automated testing as it does not provide any security. |