From 5b74b130a39d8c45e7d24520d838d6c1635582c7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 27 Oct 2011 16:31:35 -0400 Subject: refactored and generalized pre-command sanity checking --- Command/Status.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/Status.hs') diff --git a/Command/Status.hs b/Command/Status.hs index 70282b79e..155e53ee2 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -39,7 +39,7 @@ data StatInfo = StatInfo type StatState = StateT StatInfo Annex command :: [Command] -command = [repoCommand "status" paramNothing seek +command = [Command "status" paramNothing needsRepo seek "shows status information about the annex"] seek :: [CommandSeek] -- cgit v1.2.3