aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'nitrocli/README.md')
-rw-r--r--nitrocli/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/nitrocli/README.md b/nitrocli/README.md
index 3e0b518..b28f09e 100644
--- a/nitrocli/README.md
+++ b/nitrocli/README.md
@@ -11,10 +11,11 @@ nitrocli
certain commands on the [Nitrokey Storage][nitrokey-storage] device.
The following commands are currently supported:
-- open: Open the encrypted volume. The user PIN needs to be entered.
-- close: Close the encrypted volume.
- status: Report status information about the Nitrokey.
- clear: Remove the user and admin PIN from gpg-agent's cache.
+- storage: Work with the Nitrokey's storage.
+ - open: Open the encrypted volume. The user PIN needs to be entered.
+ - close: Close the encrypted volume.
- otp: Access one-time passwords (OTP).
- get: Generate a one-time password.
- set: Set an OTP slot.
@@ -38,7 +39,7 @@ parameter (note that some commands are organized through subcommands,
which are required as well), e.g.:
```bash
# Open the nitrokey's encrypted volume.
-$ nitrocli open
+$ nitrocli storage open
$ nitrocli status
Status:
@@ -57,7 +58,7 @@ Status:
hidden: inactive
# Close it again.
-$ nitrocli close
+$ nitrocli storage close
```