From a5f677919c2db47149e545165c9cacbf2c6b07b4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Apr 2017 18:52:58 -0400 Subject: client now fully working --- CmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CmdLine.hs') 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" ) -- cgit v1.2.3