Mercurial > hgrepos > Python > apps > py-cutils
diff cutils/treesum.py @ 153:3505406ef9f3
Comment
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 04 Jan 2025 15:41:00 +0100 |
| parents | 46cb438fa520 |
| children | bf74ce3c968d |
line wrap: on
line diff
--- a/cutils/treesum.py Sat Jan 04 15:31:39 2025 +0100 +++ b/cutils/treesum.py Sat Jan 04 15:41:00 2025 +0100 @@ -103,7 +103,8 @@ add_help=False) # - # Global options for all sub-commands + # Global options for all sub-commands. + # In a group because this allows a customized title. # gparser = parser.add_argument_group(title="Global Options") gparser.add_argument(
