diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-15 22:46:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-15 22:46:47 -0400 |
commit | 9d24cc7bdb011d66e41229a3b96401808be47268 (patch) | |
tree | 91b602b962a1cee9095f5b3d63a01b9ebd160f20 /Command | |
parent | 2e1cc2f8b98aaf9e01b620d557c42d5b1ae2aaa6 (diff) |
make commands that take a key as a parameter error if it's bad
Diffstat (limited to 'Command')
-rw-r--r-- | Command/DropKey.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Command/DropKey.hs b/Command/DropKey.hs index 419d9caa4..b3cc60961 100644 --- a/Command/DropKey.hs +++ b/Command/DropKey.hs @@ -9,12 +9,10 @@ module Command.DropKey where import Command import qualified Annex -import qualified Backend import LocationLog import Types import Content import Messages -import Key command :: [Command] command = [Command "dropkey" (paramRepeating paramKey) seek |