aboutsummaryrefslogtreecommitdiff
path: root/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types.hs')
-rw-r--r--Types.hs4
1 files changed, 2 insertions, 2 deletions
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" <>