diff --git a/onionr/onionrcommands/resettor.py b/onionr/onionrcommands/resettor.py index bb9166e8..e125d379 100755 --- a/onionr/onionrcommands/resettor.py +++ b/onionr/onionrcommands/resettor.py @@ -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."