diff options
author | erdgeist <erdgeist@erdgeist.org> | 2025-01-04 02:47:43 +0100 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2025-01-04 02:47:43 +0100 |
commit | 03006fdbc95633a99e91c8a8b6b82f33169eaf28 (patch) | |
tree | d62d2b0e16e4f45c517b0418b81197e0552ffbbe /fullnarp.py | |
parent | 7f155dc09e2b8862d68ee40d514de16c064bf449 (diff) |
Reflect fullnarps name in argument parser
Diffstat (limited to 'fullnarp.py')
-rw-r--r-- | fullnarp.py | 2 |
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 | ||
195 | async def main(): | 195 | async 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 | ) |