From 614054a72e41af9e77964c01b7ab0da7dc5b27fb Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Wed, 19 Jul 2023 20:36:50 +0200 Subject: make the contents completely generic --- Types.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Types.hs') diff --git a/Types.hs b/Types.hs index 7f09b05..0cb2db1 100644 --- a/Types.hs +++ b/Types.hs @@ -90,11 +90,11 @@ siteOptions' = do help "Assets directory to be copied verbatim" <> value "assets" <> showDefault _sourceDirs <- - fmap (maybe ["cards"] toList . nonEmpty) . many . strOption $ + fmap (maybe ["pages"] toList . nonEmpty) . many . strOption $ long "source-directory" <> short 's' <> help - "Path to the directory with source data (possibly multiple paths, defaults to a single directory \"cards\")" + "Path to the directory with source data (possibly multiple paths, defaults to a single directory \"pages\")" _notSourceDirs <- fmap (maybe ["assets"] toList . nonEmpty) . many . strOption $ long "exclude-source-directory" <> -- cgit v1.2.3