summaryrefslogtreecommitdiff
path: root/Command/Schedule.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Schedule.hs')
-rw-r--r--Command/Schedule.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Schedule.hs b/Command/Schedule.hs
index 7b72990a7..ce8b67da0 100644
--- a/Command/Schedule.hs
+++ b/Command/Schedule.hs
@@ -17,8 +17,8 @@ import Types.Messages
import qualified Data.Set as S
-def :: [Command]
-def = [command "schedule" (paramPair paramRemote (paramOptional paramExpression)) seek
+cmd :: [Command]
+cmd = [command "schedule" (paramPair paramRemote (paramOptional paramExpression)) seek
SectionSetup "get or set scheduled jobs"]
seek :: CommandSeek