Fix/improve command line help (#145)

* Make command line consistent, fix incorrect documentation.

* Improve tg-invoke-prompt help
This commit is contained in:
cybermaggedon 2024-11-08 18:14:14 +00:00 committed by GitHub
parent f97856245c
commit ae8661fe2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 36 additions and 32 deletions

View file

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