From fa6de9c9e51f271910ed5fd589372700f1b3fe6f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 13 Sep 2016 14:54:04 -0400 Subject: fix build --- CmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CmdLine.hs') diff --git a/CmdLine.hs b/CmdLine.hs index 34233d1..11dd34e 100644 --- a/CmdLine.hs +++ b/CmdLine.hs @@ -45,9 +45,9 @@ parse = CmdLine <*> guiswitch <*> testmodeswitch <*> optional (ShareParams <$> totalobjects <*> neededobjects) - <*> serverconfig <*> nameopt <*> othernameopt + <*> serverconfig where backup = flag' Backup ( long "backup" -- cgit v1.2.3