From 77a5eec4eb4d4c68207ceb27157510985a4658ee Mon Sep 17 00:00:00 2001 From: "Takahashi, Naoki" <102382754+tkna91@users.noreply.github.com> Date: Sat, 21 Jan 2023 02:04:46 +0900 Subject: [PATCH] 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]` --- misc/userscripts/tor_identity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/userscripts/tor_identity b/misc/userscripts/tor_identity index a08f4f006..a6cd73db9 100755 --- a/misc/userscripts/tor_identity +++ b/misc/userscripts/tor_identity @@ -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