Make command line consistent, fix incorrect documentation.

This commit is contained in:
Cyber MacGeddon 2024-11-08 18:11:07 +00:00
parent f97856245c
commit 09729096b5
7 changed files with 32 additions and 29 deletions

View file

@ -99,7 +99,7 @@ class Loader:
def main():
parser = argparse.ArgumentParser(
prog='loader',
prog='tg-load-text',
description=__doc__,
)