Changed --help message for --variable to KEY:VALUE.
Was previously FILENAME.
This commit is contained in:
parent
4d08bc38a9
commit
220a20bf92
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue