From fcb1b4ed1c9a1bc8ebd84f27a119b4c77fcf2bb1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 4 Jun 2025 15:25:27 -1000 Subject: [PATCH] imp:cli: simplify flag group titles --- hledger/Hledger/Cli/CliOptions.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger/Hledger/Cli/CliOptions.hs b/hledger/Hledger/Cli/CliOptions.hs index 581326912..62b39a5a5 100644 --- a/hledger/Hledger/Cli/CliOptions.hs +++ b/hledger/Hledger/Cli/CliOptions.hs @@ -342,8 +342,8 @@ mkgeneralflagsgroups3 helpflags' = [ (helpflagstitle, helpflags') ] -inputflagstitle = "\nGeneral input/data transformation flags" -outputflagstitle = "\nGeneral output/reporting flags (supported by some commands)" +inputflagstitle = "\nGeneral input flags" +outputflagstitle = "\nGeneral output flags (affecting some commands)" helpflagstitle = "\nGeneral help flags" -- Several subsets of the standard general flags plus CLI help flags, as separate groups.