Skip to content

Commit

Permalink
Fix typo in delete_credential documentation string.
Browse files Browse the repository at this point in the history
  • Loading branch information
uzb-dev committed Jan 29, 2025
1 parent 22acf35 commit a9530ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynitrokey/cli/fido2.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def list_credentials(serial: str, pin: str) -> None:
)
@click.option("--pin", help="provide PIN instead of asking the user", default=None)
@click.option(
"-cid", "--cred-id", help="Credential id of there Credential to be deleted"
"-cid", "--cred-id", help="Credential id of the Credential to be deleted"
)
def delete_credential(serial: str, pin: str, cred_id: str) -> None:
"""Delete a specific credential from the key"""
Expand Down

0 comments on commit a9530ca

Please sign in to comment.