summaryrefslogtreecommitdiff
path: root/fullnarp.py
diff options
context:
space:
mode:
Diffstat (limited to 'fullnarp.py')
-rw-r--r--fullnarp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fullnarp.py b/fullnarp.py
index a93ca0a..71aa5f2 100644
--- a/fullnarp.py
+++ b/fullnarp.py
@@ -193,7 +193,7 @@ async def handle_client(websocket):
193 193
194 194
195async def main(): 195async def main():
196 parser = ArgumentParser(description="halfnarp2") 196 parser = ArgumentParser(description="fullnarp")
197 parser.add_argument( 197 parser.add_argument(
198 "-c", "--config", help="Config file location", default="./config.json" 198 "-c", "--config", help="Config file location", default="./config.json"
199 ) 199 )