From 220a20bf9288bd44642038e5737c933d2b281306 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 24 Oct 2010 19:17:03 -0700 Subject: Changed --help message for --variable to KEY:VALUE. Was previously FILENAME. --- src/pandoc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pandoc.hs b/src/pandoc.hs index d52538a36..c19e83927 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -415,7 +415,7 @@ options = _ -> do UTF8.hPutStrLn stderr $ "Could not parse `" ++ arg ++ "' as a key/value pair (k=v or k:v)" exitWith $ ExitFailure 17) - "FILENAME") + "KEY:VALUE") "" -- "Use custom template" , Option "c" ["css"] -- cgit v1.2.3