diff options
Diffstat (limited to 'Types.hs')
| -rw-r--r-- | Types.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" <> |
