From 01abf4a56de83ff0d21fb8fa1dbae7c9f8bb8a49 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 18 Feb 2016 17:46:53 -0800 Subject: [PATCH] typo --- hledger/Hledger/Cli/CliOptions.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/CliOptions.hs b/hledger/Hledger/Cli/CliOptions.hs index 8e2043518..b9c7fb2e7 100644 --- a/hledger/Hledger/Cli/CliOptions.hs +++ b/hledger/Hledger/Cli/CliOptions.hs @@ -248,7 +248,7 @@ s `withAliases` as = s ++ " (" ++ intercalate ", " as ++ ")" -- | Command line options, used in the @hledger@ package and above. -- This is the \"opts\" used throughout hledger CLI code. --- representing the options that arguments that were provided at +-- representing the options and arguments that were provided at -- startup on the command-line. data CliOpts = CliOpts { rawopts_ :: RawOpts