aboutsummaryrefslogtreecommitdiff
path: root/video/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'video/Main.hs')
-rw-r--r--video/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/Main.hs b/video/Main.hs
index 627103b..ca6151b 100644
--- a/video/Main.hs
+++ b/video/Main.hs
@@ -6,7 +6,7 @@ import Video
inet_socket :: Parser ConfigSocket
-inet_socket = ConfigInet <$> strOption
+inet_socket = ConfigInet <$> option auto
( long "inet"
<> short 'i'
<> metavar "ADDR"