correct resettor help message

This commit is contained in:
Kevin Froman 2019-10-09 22:31:40 -05:00
parent 7145cf6f7d
commit 47e81a4bb5
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ reset_tor.onionr_help = "Deletes Onionr's Tor data directory. Only do this as a
def reset_tor_key_pair():
__delete('hs')
reset_tor_key_pair.onionr_help = "Delete's your Tor node address permanently. Note that through fingerprinting attackers may be able to know that your any new generated node address belongs to the same node as the deleted one."
reset_tor_key_pair.onionr_help = "Delete's your Tor node address permanently. Note that through fingerprinting attackers may be able to know that your new generated node address belongs to the same node as the deleted one."