From: Roland Häder <roland@mxchange.org>
Date: Mon, 5 Jun 2023 21:22:29 +0000 (+0200)
Subject: Continued:
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7eb4ad486c90073289daf24165e3eea3ae98fb09;p=fba.git

Continued:
- prog is the script's name by default which is okay
- added epilog
---

diff --git a/fba/boot.py b/fba/boot.py
index d400490..db3bb11 100644
--- a/fba/boot.py
+++ b/fba/boot.py
@@ -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",