Complete help string on the --tor arg

This commit is contained in:
Lee Miller 2023-09-06 01:39:40 +03:00
parent d3a9f128a9
commit d3d05d0084
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,9 @@ def parse_arguments(): # pylint: disable=too-many-branches,too-many-statements
help='SOCKS proxy address in the form <HOST>:<PORT>')
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: