From c922ab57acb6cdfab53bf0977c8731e737de06f8 Mon Sep 17 00:00:00 2001 From: chrisdotcode Date: Mon, 24 Mar 2014 05:20:19 -0400 Subject: "Serve on" should be "bind on". --- src/Hakyll/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 #-} -------------------------------------------------------------------------------- -- cgit v1.2.3