From 918a88ace5a06b80f5c84076123b061a10efa708 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 29 Aug 2016 19:12:57 -0400 Subject: document * --- CmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CmdLine.hs') diff --git a/CmdLine.hs b/CmdLine.hs index 038a210..62f6887 100644 --- a/CmdLine.hs +++ b/CmdLine.hs @@ -106,7 +106,7 @@ parse = CmdLine <> metavar "A" <> value "127.0.0.1" <> showDefault - <> help "Address for server to bind to." + <> help "Address for server to bind to. (Use \"*\" to bind to all addresses.)" ) get :: IO CmdLine get = execParser opts -- cgit v1.2.3