diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-31 10:25:24 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-31 10:25:24 +0100 |
commit | ed03544e1b58710448fa67764f10554b8eeab8dc (patch) | |
tree | 18222fe9e982f9afe9e1bedc533b5a565b2f3902 /src/Hakyll/Core | |
parent | a20bc7bed9fd03e930297467f876c27f0072d1de (diff) | |
download | hakyll-ed03544e1b58710448fa67764f10554b8eeab8dc.tar.gz |
cmdargs isn't pretty but it's the best we have...
Diffstat (limited to 'src/Hakyll/Core')
-rw-r--r-- | src/Hakyll/Core/Configuration.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Core/Configuration.hs b/src/Hakyll/Core/Configuration.hs index b5b5f77..c45d1a3 100644 --- a/src/Hakyll/Core/Configuration.hs +++ b/src/Hakyll/Core/Configuration.hs @@ -57,7 +57,7 @@ data Configuration = Configuration , -- | Use an in-memory cache for items. This is faster but uses more -- memory. inMemoryCache :: Bool - -- | Verbosity for the logger + -- | Verbosity for the logger. Can be overwritten by the command-line. , verbosity :: Verbosity } |