From fb235d0cf88687eb214b3ec7cb5fab596609d2b6 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Fri, 28 Dec 2018 11:01:08 -0800 Subject: 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. --- nitrocli/doc/nitrocli.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'nitrocli/doc/nitrocli.1') 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 -- cgit v1.2.1