From 66204e96dc5a7a5eb68e06ff8bf62e588c5b84b4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 8 Jul 2020 11:17:30 +0100 Subject: [PATCH] Syntax --- epicyon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon.py b/epicyon.py index d6513506..74f02cf3 100644 --- a/epicyon.py +++ b/epicyon.py @@ -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