summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Hakyll/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Main.hs b/src/Hakyll/Main.hs
index 45f5428..e0c8d4e 100644
--- a/src/Hakyll/Main.hs
+++ b/src/Hakyll/Main.hs
@@ -106,7 +106,7 @@ noServerFlag x = x &= help "Disable the built-in web server"
--------------------------------------------------------------------------------
hostFlag :: Data a => a -> a
-hostFlag x = x &= help "Host to serve on"
+hostFlag x = x &= help "Host to bind on"
{-# INLINE hostFlag #-}
--------------------------------------------------------------------------------