aboutsummaryrefslogtreecommitdiff
path: root/http2irc.py
diff options
context:
space:
mode:
authorGravatar JustAnotherArchivist2019-12-02 19:58:35 +0000
committerGravatar JustAnotherArchivist2019-12-02 19:58:35 +0000
commitabe75596c8dd3be72341b085f697ebd874f74476 (patch)
treead2917a99e2b1bb352bba7a88f09c3f6dccc4ca8 /http2irc.py
parentAdd example config file (diff)
signature
Fix usage string
Diffstat (limited to 'http2irc.py')
-rw-r--r--http2irc.py2
1 files changed, 1 insertions, 1 deletions
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)