From 95bd7958d5a3483ba2cbe232765138a7785b2429 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 1 Aug 2013 16:03:25 -0400 Subject: [PATCH] Change "IP" to "HOST" in the --server arg. --- src/CommandLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine.hs b/src/CommandLine.hs index b489c7e..2118f59 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -91,7 +91,7 @@ arg_spec = server = def &= groupname "Common flags" - &= typ "IP" + &= typ "HOST" &= help server_help, delegates = def -- 2.43.2