Fix: Add `-p` to examples
Usage of the following example is not available unless `-p` is added.
`usage: tor_identity [-h] [-c CONTROL_PORT] [-p PASSWORD]`
This commit is contained in:
parent
391623d5ec
commit
77a5eec4eb
|
|
@ -21,7 +21,7 @@
|
|||
# Change your tor identity.
|
||||
#
|
||||
# Set a hotkey to launch this script, then:
|
||||
# :bind ti spawn --userscript tor_identity PASSWORD
|
||||
# :bind ti spawn --userscript tor_identity -p PASSWORD
|
||||
#
|
||||
# Use the hotkey to change your tor identity, press 'ti' to change it.
|
||||
# https://stem.torproject.org/faq.html#how-do-i-request-a-new-identity-from-tor
|
||||
|
|
|
|||
Loading…
Reference in New Issue