diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-10-24 19:17:03 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-10-24 19:17:03 -0700 |
commit | 220a20bf9288bd44642038e5737c933d2b281306 (patch) | |
tree | 1f11719cf5286acc7937257ff2b29e41f130cb1a | |
parent | 4d08bc38a9cad87302bff0ca2fd90750f24edc21 (diff) | |
download | pandoc-220a20bf9288bd44642038e5737c933d2b281306.tar.gz |
Changed --help message for --variable to KEY:VALUE.
Was previously FILENAME.
-rw-r--r-- | src/pandoc.hs | 2 |
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"] |