Skip to content

Commit

Permalink
Update prompt to more meaningful texts
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherbridge committed Sep 24, 2024
1 parent faa3f50 commit 0823d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pynitrokey/cli/nk3/piv.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@ def change_admin_key(current_admin_key: str, new_admin_key: str) -> None:
@click.option(
"--current-pin",
type=click.STRING,
prompt="Enter the PIN",
prompt="Enter the current PIN",
hide_input=True,
help="Current PIN.",
)
@click.option(
"--new-pin",
type=click.STRING,
prompt="Enter the PIN",
prompt="Enter the new PIN",
hide_input=True,
help="New PIN.",
)
Expand Down

0 comments on commit 0823d2f

Please sign in to comment.