summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-13 14:54:04 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-13 14:54:04 -0400
commitfa6de9c9e51f271910ed5fd589372700f1b3fe6f (patch)
tree1208beb25581300b378d0a0f419f804550466f8e /CmdLine.hs
parentf44a21acfa111bbc5e65ac45a5a44622b5cda598 (diff)
downloadkeysafe-fa6de9c9e51f271910ed5fd589372700f1b3fe6f.tar.gz
fix build
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
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"