aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-01-31 18:09:39 +0100
committerJakob Unterwurzacher2016-01-31 18:09:39 +0100
commit6454db68d97667f90ec1f0f838c7da275c46d2b8 (patch)
tree8e7078f815a74c78f0c620723903e1ef1e88d0d3 /Documentation
parent4c9e249e3ac1fc2995e01eb1ed24799c3a3bc66b (diff)
Add new "-wpanic" option and enable it for the automated tests
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/MANPAGE.md4
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.