it is a suffix not prefix
This commit is contained in:
parent
5304dd384c
commit
711ae4d941
2
Types.hs
2
Types.hs
|
@ -142,7 +142,7 @@ siteOptions' = do
|
||||||
value "list.html" <> showDefault
|
value "list.html" <> showDefault
|
||||||
_timestampSuffix <-
|
_timestampSuffix <-
|
||||||
strOption $
|
strOption $
|
||||||
long "timestamp-prefix" <>
|
long "timestamp-suffix" <>
|
||||||
help "Timestamp file suffix for markdowns" <>
|
help "Timestamp file suffix for markdowns" <>
|
||||||
value ".timestamp" <> showDefault
|
value ".timestamp" <> showDefault
|
||||||
_extraMeta <-
|
_extraMeta <-
|
||||||
|
|
Loading…
Reference in a new issue