From a58cb55a0310f1634203cfaff3722eae99e7c704 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 13 Apr 2021 16:56:48 +0300 Subject: Another piece of work is done. --- video/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/Main.hs') 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" -- cgit v1.2.3