main
Bob Mottram 2020-07-08 11:17:30 +01:00
parent a82d487b1f
commit 66204e96dc
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ if args.postDomains:
if postsPort != 80 and postsPort != 443:
args.postDomains += ':' + str(postsPort)
else:
print('Syntax: --posts nickname@domain')
print('Syntax: --postDomains nickname@domain')
sys.exit()
if not args.http:
args.port = 443