From e89c3752c452e213f8263bb3231a3835e8c70b28 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 3 Feb 2019 13:05:48 -0800 Subject: [PATCH] stats: tweak -o help, output format is not supported here [ci skip] --- hledger/Hledger/Cli/Commands/Stats.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/Commands/Stats.hs b/hledger/Hledger/Cli/Commands/Stats.hs index 3a844b6c1..250f09d74 100644 --- a/hledger/Hledger/Cli/Commands/Stats.hs +++ b/hledger/Hledger/Cli/Commands/Stats.hs @@ -32,7 +32,7 @@ import Hledger.Cli.Utils (writeOutput) statsmode = hledgerCommandMode ($(embedFileRelative "Hledger/Cli/Commands/Stats.txt")) - [flagReq ["output-file","o"] (\s opts -> Right $ setopt "output-file" s opts) "FILE" "write output to FILE. A file extension matching one of the above formats selects that format." + [flagReq ["output-file","o"] (\s opts -> Right $ setopt "output-file" s opts) "FILE" "write output to FILE." ] [generalflagsgroup1] []