From 0b5cc896878b4fffec6f6101d9e910f9b64da167 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Jun 2019 12:20:11 -0400 Subject: [PATCH] wording --- Types/Command.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Types/Command.hs b/Types/Command.hs index edb6981232..9162011c28 100644 --- a/Types/Command.hs +++ b/Types/Command.hs @@ -27,7 +27,7 @@ data CommandCheck = CommandCheck { idCheck :: Int, runCheck :: Annex () } type CommandSeek = Annex () {- d. The start stage is run before anything is printed about the - command, is passed some input, and can early abort it - - if the input does not make sense. It should run quickly and + - if nothing needs to be done. It should run quickly and - should not modify Annex state. -} type CommandStart = Annex (Maybe CommandPerform) {- e. The perform stage is run after a message is printed about the command