summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
diff options
context:
space:
mode:
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
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