aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/doc/nitrocli.1
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2018-12-28 11:01:08 -0800
committerDaniel Mueller <deso@posteo.net>2018-12-28 11:01:08 -0800
commitfb235d0cf88687eb214b3ec7cb5fab596609d2b6 (patch)
treedcc3e8f6dbeea60a42685c9030100e22f4dcc7b1 /nitrocli/doc/nitrocli.1
parent8f8f6b11f353f12b8a4018b8bc25aa02bc914955 (diff)
downloadnitrocli-fb235d0cf88687eb214b3ec7cb5fab596609d2b6.tar.gz
nitrocli-fb235d0cf88687eb214b3ec7cb5fab596609d2b6.tar.bz2
Move printing of storage related status into 'storage status' sub-command
The 'status' command has traditionally printed information about the connected Nitrokey and that included storage specific data if the device present is a Nitrokey Storage. Given that we have a root-level 'storage' command it arguably makes sense to move the printing of the storage related status information into a 'status' sub-command of the said command, which makes the output more predictable.
Diffstat (limited to 'nitrocli/doc/nitrocli.1')
-rw-r--r--nitrocli/doc/nitrocli.19
1 files changed, 6 insertions, 3 deletions
diff --git a/nitrocli/doc/nitrocli.1 b/nitrocli/doc/nitrocli.1
index 44d41fd..5f18abd 100644
--- a/nitrocli/doc/nitrocli.1
+++ b/nitrocli/doc/nitrocli.1
@@ -14,9 +14,7 @@ It can be used to access the encrypted volume and the one-time password generato
.TP
.B nitrocli status
Print the status of the connected Nitrokey device, including the stick serial
-number, SD card serial number, the firmware version and the PIN retry count.
-For the Nitrokey Storage, it also includes the encryption status and the status
-of the volumes.
+number, the firmware version, and the PIN retry count.
.TP
.B nitrocli clear
Clear the passphrases cached by the other commands.
@@ -30,6 +28,11 @@ The user PIN that is required to open the volume is queried using
.TP
\fBnitrocli storage close
Close the encrypted volume on the Nitrokey Storage.
+.TP
+\fBnitrocli storage status
+Print the status of the connected Nitrokey Storage device's storage. The
+printed information includes the SD card serial number, the encryption
+status, and the status of the volumes.
.SS One-time passwords
.TP