From 6e2e20611fd25b49af5733da6331394fbd48cbe8 Mon Sep 17 00:00:00 2001 From: Per Nilsson Date: Wed, 27 Oct 2021 23:09:38 +0200 Subject: [PATCH] No PSCS reader name filtering by default --- yubihsm-auth/cmdline.ggo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yubihsm-auth/cmdline.ggo b/yubihsm-auth/cmdline.ggo index 7e462371..6a9301da 100644 --- a/yubihsm-auth/cmdline.ggo +++ b/yubihsm-auth/cmdline.ggo @@ -19,7 +19,7 @@ option "mgmkey" k "Management key is required to put and delete credentials. Som option "new-mgmkey" K "New management key" string optional default="" option "credpwd" p "Credential password is used to access the credential when logging into the YubiHSM2. Sometimes, this password is also referenced as 'User Access Code'" string optional default="" option "label" l "Credential label" string optional default="" -option "reader" r "Only use a matching reader" string optional default="Yubikey" +option "reader" r "Only use a matching reader" string optional default="" option "touch" t "Touch required" values="off","on" enum optional default="off" option "context" c "Session keys calculation context" string optional default="" option "verbose" v "Print more information" int optional default="0" argoptional