Changed --help message for --variable to KEY:VALUE.

Was previously FILENAME.
This commit is contained in:
John MacFarlane 2010-10-24 19:17:03 -07:00
parent 4d08bc38a9
commit 220a20bf92

View file

@ -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"]