summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-21 18:52:58 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-21 18:52:58 -0400
commita5f677919c2db47149e545165c9cacbf2c6b07b4 (patch)
tree680726764005749a05622551cd11ba0d13f914ef /CmdLine.hs
parent5572dbc8289de934e9ee5bc3f74a0f98365ce3e5 (diff)
downloaddebug-me-a5f677919c2db47149e545165c9cacbf2c6b07b4.tar.gz
client now fully working
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 db3c749..2b496d6 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -72,7 +72,7 @@ parseMode = (GraphvizMode <$> parsegraphviz)
<*> option auto
( long "port"
<> metavar "N"
- <> value 8080
+ <> value 8081
<> showDefault
<> help "port for server to listen on"
)