aboutsummaryrefslogtreecommitdiff
path: root/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types.hs')
-rw-r--r--Types.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Types.hs b/Types.hs
index 455a4f4..7f09b05 100644
--- a/Types.hs
+++ b/Types.hs
@@ -132,7 +132,8 @@ siteOptions' = do
_timestampSuffix <-
strOption $
long "timestamp-prefix" <>
- help "Timestamp file suffix for markdowns" <> value ".timestamp" <> showDefault
+ help "Timestamp file suffix for markdowns" <>
+ value ".timestamp" <> showDefault
_dumpFinalState <-
switch $
long "dump-state" <>