Skip to content

Commit

Permalink
Merge pull request #206 from Yubico/no-pcsc-reader-filtering
Browse files Browse the repository at this point in the history
Don't filter PCSC readers
  • Loading branch information
qpernil authored Oct 27, 2021
2 parents 9eb34b3 + 6e2e206 commit 4d0268d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yubihsm-auth/cmdline.ggo
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d0268d

Please sign in to comment.