Skip to content

Commit

Permalink
No PSCS reader name filtering by default
Browse files Browse the repository at this point in the history
  • Loading branch information
qpernil committed Oct 27, 2021
1 parent 9eb34b3 commit 6e2e206
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 6e2e206

Please sign in to comment.