imp:cli: simplify flag group titles

This commit is contained in:
Simon Michael 2025-06-04 15:25:27 -10:00
parent f1c4fed1a7
commit fcb1b4ed1c

View File

@ -342,8 +342,8 @@ mkgeneralflagsgroups3 helpflags' = [
(helpflagstitle, helpflags') (helpflagstitle, helpflags')
] ]
inputflagstitle = "\nGeneral input/data transformation flags" inputflagstitle = "\nGeneral input flags"
outputflagstitle = "\nGeneral output/reporting flags (supported by some commands)" outputflagstitle = "\nGeneral output flags (affecting some commands)"
helpflagstitle = "\nGeneral help flags" helpflagstitle = "\nGeneral help flags"
-- Several subsets of the standard general flags plus CLI help flags, as separate groups. -- Several subsets of the standard general flags plus CLI help flags, as separate groups.