summaryrefslogtreecommitdiff
path: root/Usage.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-08 15:04:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-08 15:04:35 -0400
commite2057f41f7dfc22ad85b0e087f42364f21bf7fbd (patch)
tree19769bf97ca9263d814be6a54b8af51e599702bd /Usage.hs
parenta664ee5e45a57713d5b47d9fa592e78881994055 (diff)
webapp: New --listen= option allows running the webapp on one computer and connecting to it from another.
Does not yet use HTTPS. I'd need to generate a certificate, and I'm not sure what's the best way to do that.
Diffstat (limited to 'Usage.hs')
-rw-r--r--Usage.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Usage.hs b/Usage.hs
index a9c8fa7f2..bcda78be8 100644
--- a/Usage.hs
+++ b/Usage.hs
@@ -95,6 +95,8 @@ paramGroup :: String
paramGroup = "GROUP"
paramSize :: String
paramSize = "SIZE"
+paramAddress :: String
+paramAddress = "ADDRESS"
paramKeyValue :: String
paramKeyValue = "K=V"
paramNothing :: String