summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorchrisdotcode <chris@code.sc>2014-03-24 05:20:19 -0400
committerchrisdotcode <chris@code.sc>2014-03-24 05:20:19 -0400
commitc922ab57acb6cdfab53bf0977c8731e737de06f8 (patch)
treeb46659f47c649deb3a3b72d57a539771eb0eaf67 /src
parent5af08f807e9022ac75625daf254a648b7e09b545 (diff)
downloadhakyll-c922ab57acb6cdfab53bf0977c8731e737de06f8.tar.gz
"Serve on" should be "bind on".
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 #-}
--------------------------------------------------------------------------------