summaryrefslogtreecommitdiff
path: root/kiki.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-05-04 19:35:35 -0400
committerjoe <joe@jerkface.net>2014-05-04 19:35:35 -0400
commitace2d142a6824a1d73ebf8b602c495d8b91524fc (patch)
tree8351d232005b1a0abf73126afb5639374544f70b /kiki.hs
parent8ce5dba16886a1b19f5254e8d62810c303215387 (diff)
removed deprecated kManip field.
Diffstat (limited to 'kiki.hs')
-rw-r--r--kiki.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/kiki.hs b/kiki.hs
index 1e4f1e4..a3c0a56 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -738,7 +738,6 @@ sync bExport bImport bSecret cmdarg args_raw = do
738 , opPassphrases = do pfile <- maybeToList passfd 738 , opPassphrases = do pfile <- maybeToList passfd
739 return $ PassphraseSpec Nothing Nothing pfile 739 return $ PassphraseSpec Nothing Nothing pfile
740 , opTransforms = maybe [] (const [Autosign]) $ Map.lookup "--autosign" margs 740 , opTransforms = maybe [] (const [Autosign]) $ Map.lookup "--autosign" margs
741 , kManip = noManip
742 , opHome = homespec 741 , opHome = homespec
743 } 742 }
744 743
@@ -844,7 +843,6 @@ kiki "show" args = do
844 , opPassphrases = do pfile <- maybeToList passfd 843 , opPassphrases = do pfile <- maybeToList passfd
845 return $ PassphraseSpec Nothing Nothing pfile 844 return $ PassphraseSpec Nothing Nothing pfile
846 , opTransforms = [] 845 , opTransforms = []
847 , kManip = noManip
848 , opHome = homespec 846 , opHome = homespec
849 } 847 }
850 848