Procházet zdrojové kódy

Fix usage string

master
JustAnotherArchivist před 4 roky
rodič
revize
abe75596c8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      http2irc.py

+ 1
- 1
http2irc.py Zobrazit soubor

@@ -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)


Načítá se…
Zrušit
Uložit