Skip to content

Commit

Permalink
Make help text more clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jan 15, 2024
1 parent e1c4348 commit 5cec68a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ykman/_cli/openpgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,9 @@ def unblock_pin(ctx, admin_pin, reset_code, new_pin):
"""
Unblock the PIN (using Reset Code or Admin PIN).
If the PIN is lost or blocked you can reset it to a new value using either the
Reset Code OR the Admin PIN.
If the PIN is lost or blocked you can reset it to a new value using the Reset Code.
Alternatively, the Admin PIN can be used (using the "-a, --admin-pin" option)
instead of the Reset Code.
The new PIN has a minimum length of 6, and supports any type of
alphanumeric characters.
Expand Down

0 comments on commit 5cec68a

Please sign in to comment.