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-14 20:10:57 +0100
commitef566ec6e0cc8974871123a8a047c031ddfef752 (patch)
treec3bed0f0766136761148c7b88879e093e9d290d8
parent1a4c617a2b52998c792b5149b9ba3ed0bcabced8 (diff)
downloadnitrocli-ef566ec6e0cc8974871123a8a047c031ddfef752.tar.gz
nitrocli-ef566ec6e0cc8974871123a8a047c031ddfef752.tar.bz2
Document the list command in the manpage
-rw-r--r--doc/nitrocli.111
-rw-r--r--doc/nitrocli.1.pdfbin18442 -> 38729 bytes
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/nitrocli.1 b/doc/nitrocli.1
index 75f5960..14f89c0 100644
--- a/doc/nitrocli.1
+++ b/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/doc/nitrocli.1.pdf b/doc/nitrocli.1.pdf
index cd15a66..df3cd2d 100644
--- a/doc/nitrocli.1.pdf
+++ b/doc/nitrocli.1.pdf
Binary files differ