Fix command name

This commit is contained in:
Cyber MacGeddon 2024-11-07 20:57:53 +00:00
parent c04856b288
commit 37585bc67a
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ def query(pulsar_host, id, terms):
def main():
parser = argparse.ArgumentParser(
prog='tg-graph-query-rag',
prog='tg-invoke-prompt',
description=__doc__,
)