pkgs/cli: Improve help description
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user