Fix typo on error message for incorrect --preserve-tabs argument.

Thanks @fsoedjede
This commit is contained in:
John MacFarlane
2023-07-18 07:58:14 -07:00
parent ca0564084a
commit c62705529a
+1 -1
View File
@@ -503,7 +503,7 @@ options =
, Option "p" ["preserve-tabs"]
(OptArg
(\arg opt -> do
boolValue <- readBoolFromOptArg "--preserve-tables/-p" arg
boolValue <- readBoolFromOptArg "--preserve-tabs/-p" arg
return opt { optPreserveTabs = boolValue })
"true|false")
"" -- "Preserve tabs instead of converting to spaces"