# HG changeset patch # User Franz Glasner # Date 1743526772 -7200 # Node ID 539e2facbb280a887248e5650b5c71947a4bd7dc # Parent 3f4840eeb0f4ecf2f63ad26b8286164bc59b99b5 treesum: optimize general help output regarding the "help" subcommand diff -r 3f4840eeb0f4 -r 539e2facbb28 cutils/treesum.py --- a/cutils/treesum.py Tue Apr 01 18:56:17 2025 +0200 +++ b/cutils/treesum.py Tue Apr 01 18:59:32 2025 +0200 @@ -262,6 +262,8 @@ description="This tool uses subcommands. " "To see detailed help for a specific subcommand use " "the -h/--help option after the subcommand name. " + "Or you can use the \"help\" subcommand like " + "\"help COMMAND\". " "A list of valid commands and their short descriptions " "is listed below:", metavar="COMMAND")