Skip to content
This repository was archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
Make message simpler for the user.
Browse files Browse the repository at this point in the history
  • Loading branch information
diveshuttam committed Jul 4, 2018
1 parent 4c229ee commit b22b0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpg/contact/delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def delete(contacts, force):
if(not force):
print_key(key.fpr, end="\n")
try:
ans = input("Delete this key from the keyring? (y/N)")
ans = input("Delete this contact? (y/N)")
except EOFError:
exit(0)

Expand Down

0 comments on commit b22b0f1

Please sign in to comment.