diff --git a/http2irc.py b/http2irc.py index 5a1b5e3..018e49a 100644 --- a/http2irc.py +++ b/http2irc.py @@ -366,7 +366,7 @@ class WebServer: async def main(): if len(sys.argv) != 2: - print('Usage: web2irc.py CONFIGFILE', file = sys.stderr) + print('Usage: http2irc.py CONFIGFILE', file = sys.stderr) sys.exit(1) configFile = sys.argv[1] config = Config(configFile)