From 8c7e7266be9e00a26871673a2d16d094bdb121a4 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Wed, 6 Sep 2023 01:39:40 +0300 Subject: [PATCH] Complete help string on the --tor arg --- minode/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/minode/main.py b/minode/main.py index 4b02b4c..5928944 100644 --- a/minode/main.py +++ b/minode/main.py @@ -65,7 +65,9 @@ def parse_arguments(): # pylint: disable=too-many-branches,too-many-statements help='SOCKS proxy address in the form :') parser.add_argument( '--tor', action='store_true', - help='The SOCKS proxy is tor, use 127.0.0.1:9050 if not specified') + help='The SOCKS proxy is tor, use 127.0.0.1:9050 if not specified,' + ' start tor and setup a hidden service' + ) args = parser.parse_args() if args.port: