stats: tweak -o help, output format is not supported here

[ci skip]
This commit is contained in:
Simon Michael 2019-02-03 13:05:48 -08:00
parent c959e555ad
commit e89c3752c4

View File

@ -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]
[]