From 21e7c36a0ae14f2200e806fcf66cbe0836cc2ec0 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 25 Dec 2018 23:02:18 +0100 Subject: Add status output for Nitrokey Pro Currently, the status command fails for a Nitrokey Pro. This patch changes the command to also print basic status information for Pro devices. For the sake of consistency, the common status is always queried using the common `Device` functions, even if the Storage status includes the same information. --- nitrocli/doc/nitrocli.1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'nitrocli/doc/nitrocli.1') diff --git a/nitrocli/doc/nitrocli.1 b/nitrocli/doc/nitrocli.1 index db6dde1..98f6b28 100644 --- a/nitrocli/doc/nitrocli.1 +++ b/nitrocli/doc/nitrocli.1 @@ -1,4 +1,4 @@ -.TH NITROCLI 1 2018-12-14 +.TH NITROCLI 1 2018-12-26 .SH NAME nitrocli \- access Nitrokey devices .SH SYNOPSIS @@ -19,9 +19,10 @@ The user PIN that is required to open the volume is queried using Close the encrypted volume on the Nitrokey Storage. .TP .B status -Print the status of the connected Nitrokey Storage, including the SD card -serial number, the firmware version, the encryption status, the PIN retry count -and the status of the volumes. +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. .TP .B clear Clear the passphrase cached by the \fBopen\fR command. -- cgit v1.2.1