From 29086d4a9633afd6e238562b7e1ab715ec786eaa Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 21 Jan 2012 15:13:12 -0800 Subject: Slight edits to a couple error messages. --- src/pandoc.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/pandoc.hs b/src/pandoc.hs index c1ca7afcd..fac615a8d 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -409,7 +409,7 @@ options = "javascript" -> return JavascriptObfuscation "none" -> return NoObfuscation _ -> err 6 - ("Error: Unknown obfuscation method: " ++ arg) + ("Unknown obfuscation method: " ++ arg) return opt { optEmailObfuscation = method }) "none|javascript|references") "" -- "Method for obfuscating email in HTML" @@ -947,7 +947,7 @@ main = do writerHighlightStyle = highlightStyle } when (writerName' `elem` nonTextFormats&& outputFile == "-") $ - err 5 $ "Error: Cannot write " ++ writerName' ++ " output to stdout.\n" ++ + err 5 $ "Cannot write " ++ writerName' ++ " output to stdout.\n" ++ "Specify an output file using the -o option." let readSources [] = mapM readSource ["-"] -- cgit v1.2.3