diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-26 16:25:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-26 16:25:55 -0400 |
commit | 4f050ca9b80d0565e408137f2422e808b82cfd11 (patch) | |
tree | 5aca9688e49dee8915a962de4baf4c305ccbfa9e /Command/WebApp.hs | |
parent | 541178b499d084e4041ae4b9d62bf86f5a97c3ff (diff) |
reorganize some files and imports
Diffstat (limited to 'Command/WebApp.hs')
-rw-r--r-- | Command/WebApp.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/WebApp.hs b/Command/WebApp.hs index a05984c4e..e433e50c6 100644 --- a/Command/WebApp.hs +++ b/Command/WebApp.hs @@ -29,7 +29,6 @@ import qualified Git.Config import qualified Git.CurrentRepo import qualified Annex import Config.Files -import qualified Option import Upgrade import Annex.Version @@ -45,7 +44,7 @@ def = [ withOptions [listenOption] $ command "webapp" paramNothing seek SectionCommon "launch webapp"] listenOption :: Option -listenOption = Option.field [] "listen" paramAddress +listenOption = fieldOption [] "listen" paramAddress "accept connections to this address" seek :: CommandSeek |