Mercurial > hgrepos > Python > apps > py-cutils
diff cutils/treesum.py @ 348:539e2facbb28
treesum: optimize general help output regarding the "help" subcommand
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 01 Apr 2025 18:59:32 +0200 |
| parents | 3f4840eeb0f4 |
| children | 34874c45af1a |
line wrap: on
line diff
--- 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")
