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 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"
)