aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/README.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-05-27 09:20:00 -0700
committerDaniel Mueller <deso@posteo.net>2019-05-27 09:20:00 -0700
commita00e3f75349dc5f48abf441fd4e5c369c2e2055a (patch)
treed98523914dfd7b96d97a6252973e7a7df8720678 /nitrocli/README.md
parentd35cdf7f0a9822f73f4e1d18494350840de2a421 (diff)
downloadnitrocli-a00e3f75349dc5f48abf441fd4e5c369c2e2055a.tar.gz
nitrocli-a00e3f75349dc5f48abf441fd4e5c369c2e2055a.tar.bz2
Make storage hidden subcommand a top-level command
This patch marks the next step in the process of restructuring the storage command. Specifically, it promotes the storage hidden subcommand to a top-level command, hidden.
Diffstat (limited to 'nitrocli/README.md')
-rw-r--r--nitrocli/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/nitrocli/README.md b/nitrocli/README.md
index 280e494..b93119a 100644
--- a/nitrocli/README.md
+++ b/nitrocli/README.md
@@ -18,13 +18,13 @@ The following commands are currently supported:
- config: Access the Nitrokey's configuration
- get: Read the current configuration.
- set: Change the configuration.
-- storage: Work with the Nitrokey's storage.
+- storage: Work with the Nitrokey Storage's storage.
- open: Open the encrypted volume. The user PIN needs to be entered.
- close: Close the encrypted volume.
- - hidden:
- - create: Create a hidden volume.
- - open: Open a hidden volume with a password.
- - close: Close a hidden volume.
+- hidden: Work with the Nitrokey Storage's hidden volume.
+ - create: Create a hidden volume.
+ - open: Open a hidden volume with a password.
+ - close: Close a hidden volume.
- otp: Access one-time passwords (OTP).
- get: Generate a one-time password.
- set: Set an OTP slot.