summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-29 19:12:57 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-29 19:12:57 -0400
commit918a88ace5a06b80f5c84076123b061a10efa708 (patch)
tree8bba5551a660d521b5f5b1f8546daf838328debf /CmdLine.hs
parentaead2b77331482ca3af2ea386de00e41c50f7c12 (diff)
downloadkeysafe-918a88ace5a06b80f5c84076123b061a10efa708.tar.gz
document *
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