]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 5 Jun 2023 21:22:29 +0000 (23:22 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 5 Jun 2023 21:22:29 +0000 (23:22 +0200)
- prog is the script's name by default which is okay
- added epilog

fba/boot.py

index d400490c72cddb48bc9b73e1bb715677fc6ce53a..db3bb11c9b08cb890fd24f29c6e828192099c251 100644 (file)
@@ -44,8 +44,8 @@ def init_parser():
 
     print("DEBUG: Initializing parser ...")
     _PARSER = argparse.ArgumentParser(
-        prog="Fedi API Block",
-        description="Fetches block reasons from the fediverse"
+        description="Fetches block reasons from the fediverse",
+        epilog="Please note that some commands have optional arguments, you may want to try fba.py <command> --help to find them out.",
     )
     subparser_command = _PARSER.add_subparsers(
         dest="command",