From ee3407de64d52d91500c6b761ad45c7a22eb73cb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 29 Dec 2012 14:28:19 -0400 Subject: block all commands that don't work in direct mode I left status working in direct mode, although it doesn't show correct stats for known annex keys. --- Command/ReKey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/ReKey.hs') diff --git a/Command/ReKey.hs b/Command/ReKey.hs index ea06873c4..df878a581 100644 --- a/Command/ReKey.hs +++ b/Command/ReKey.hs @@ -16,7 +16,7 @@ import qualified Command.Add import Logs.Web def :: [Command] -def = [command "rekey" +def = [notDirect $ command "rekey" (paramOptional $ paramRepeating $ paramPair paramPath paramKey) seek "change keys used for files"] -- cgit v1.2.3