pkgs/cli: Improve help description

This commit is contained in:
a-kenji
2024-11-14 15:05:42 +01:00
parent fd0e0131ff
commit 9e31ba823d

View File

@@ -110,8 +110,8 @@ For more detailed information, visit: {help_hyperlink("docs", "https://docs.clan
# Commands directly under the root i.e. "clan show" # Commands directly under the root i.e. "clan show"
show_parser = subparsers.add_parser( show_parser = subparsers.add_parser(
"show", "show",
help="Show meta about the clan if present", help="Show meta information about the clan",
description="Show meta about the clan if present", description="Show meta information about the clan",
epilog=( epilog=(
""" """
This command prints the metadata of a clan. This command prints the metadata of a clan.