aboutsummaryrefslogtreecommitdiff
path: root/video/Main.hs
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-04-13 16:56:48 +0300
committerAleksey Veresov <aleksey@veresov.pro>2023-12-06 19:47:22 +0300
commita58cb55a0310f1634203cfaff3722eae99e7c704 (patch)
tree4677fb02e89e92569cc9f4c89787179f75646f74 /video/Main.hs
parentfac5c4745fc0da0e9f8b6e0fa997c019a7c753e0 (diff)
downloadsuem-a58cb55a0310f1634203cfaff3722eae99e7c704.tar
suem-a58cb55a0310f1634203cfaff3722eae99e7c704.tar.xz
suem-a58cb55a0310f1634203cfaff3722eae99e7c704.zip
Another piece of work is done.
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"