aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/README.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-06-08 11:02:12 -0700
committerDaniel Mueller <deso@posteo.net>2019-06-08 11:02:12 -0700
commita83454bcc9cb3f7d10b4ee5926490c80b222430b (patch)
tree3a48e86219c175258130c3854287d08b7b046597 /nitrocli/README.md
parent74be24daf592f3408524081c3760ca153294d643 (diff)
downloadnitrocli-a83454bcc9cb3f7d10b4ee5926490c80b222430b.tar.gz
nitrocli-a83454bcc9cb3f7d10b4ee5926490c80b222430b.tar.bz2
Add support for changing read-write mode of unencrypted volume
This change adds support for changing the read-write mode of the unencrypted volume. To do so, we introduce a new top-level command, unencrypted, with a new subcommand, set, that accepts the new mode of the volume.
Diffstat (limited to 'nitrocli/README.md')
-rw-r--r--nitrocli/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nitrocli/README.md b/nitrocli/README.md
index 0a30696..7e15425 100644
--- a/nitrocli/README.md
+++ b/nitrocli/README.md
@@ -39,6 +39,8 @@ The following commands are currently supported:
- set: Set the data on a PWS slot.
- status: List all PWS slots.
- clear: Delete a PWS slot.
+- unencrypted: Work with the Nitrokey Storage's unencrypted volume.
+ - set: Change the read-write mode of the unencrypted volume.
Usage