aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-10-24 19:17:03 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-10-24 19:17:03 -0700
commit220a20bf9288bd44642038e5737c933d2b281306 (patch)
tree1f11719cf5286acc7937257ff2b29e41f130cb1a /src/pandoc.hs
parent4d08bc38a9cad87302bff0ca2fd90750f24edc21 (diff)
downloadpandoc-220a20bf9288bd44642038e5737c933d2b281306.tar.gz
Changed --help message for --variable to KEY:VALUE.
Was previously FILENAME.
Diffstat (limited to 'src/pandoc.hs')
-rw-r--r--src/pandoc.hs2
1 files changed, 1 insertions, 1 deletions
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"]