aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-14 20:10:57 +0100
committerDaniel Mueller <deso@posteo.net>2020-01-15 12:08:16 -0800
commitd04742d7e4173760afca20195db2ab73bf97ed5b (patch)
tree242032a7e94f7667eef376ee2b9ec77ba85558ad
parent85ad47d13615d2ab6ed1124272cec7d33517dac1 (diff)
downloadnitrocli-d04742d7e4173760afca20195db2ab73bf97ed5b.tar.gz
nitrocli-d04742d7e4173760afca20195db2ab73bf97ed5b.tar.bz2
Document the list command in the manpage
-rw-r--r--nitrocli/doc/nitrocli.111
-rw-r--r--nitrocli/doc/nitrocli.1.pdfbin18442 -> 38729 bytes
2 files changed, 10 insertions, 1 deletions
diff --git a/nitrocli/doc/nitrocli.1 b/nitrocli/doc/nitrocli.1
index 75f5960..14f89c0 100644
--- a/nitrocli/doc/nitrocli.1
+++ b/nitrocli/doc/nitrocli.1
@@ -1,4 +1,4 @@
-.TH NITROCLI 1 2019-06-08
+.TH NITROCLI 1 2020-01-14
.SH NAME
nitrocli \- access Nitrokey devices
.SH SYNOPSIS
@@ -32,6 +32,15 @@ Print the nitrocli version and exit.
.SH COMMANDS
.SS General
.TP
+.B nitrocli list \fR[\fB-n\fR|\fB\-\-no-connect\fR]
+List all attached Nitrokey devices.
+This command prints a list of the device path, the model and the serial number
+of all attached Nitrokey devices.
+To access the serial number of a Nitrokey Storage device, \fBnitrocli\fR has to
+connect to it.
+To omit the serial number of Nitrokey Storage devices instead of connecting to
+them, set the \fB\-\-no-connect\fR option.
+.TP
.B nitrocli status
Print the status of the connected Nitrokey device, including the stick serial
number, the firmware version, and the PIN retry count. If the device is a
diff --git a/nitrocli/doc/nitrocli.1.pdf b/nitrocli/doc/nitrocli.1.pdf
index cd15a66..df3cd2d 100644
--- a/nitrocli/doc/nitrocli.1.pdf
+++ b/nitrocli/doc/nitrocli.1.pdf
Binary files differ