From 711ae4d941c2e085260f062f737d3f89b6a5ef4d Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Fri, 13 Oct 2023 20:47:09 +0200 Subject: [PATCH] it is a suffix not prefix --- Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Types.hs b/Types.hs index 74bfec3..6e83304 100644 --- a/Types.hs +++ b/Types.hs @@ -142,7 +142,7 @@ siteOptions' = do value "list.html" <> showDefault _timestampSuffix <- strOption $ - long "timestamp-prefix" <> + long "timestamp-suffix" <> help "Timestamp file suffix for markdowns" <> value ".timestamp" <> showDefault _extraMeta <-