summaryrefslogtreecommitdiff
path: root/Command/Forget.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Forget.hs')
-rw-r--r--Command/Forget.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Forget.hs b/Command/Forget.hs
index 94a1fb421..370dc8b1e 100644
--- a/Command/Forget.hs
+++ b/Command/Forget.hs
@@ -15,9 +15,9 @@ import qualified Annex
import Data.Time.Clock.POSIX
-cmd :: [Command]
-cmd = [withOptions forgetOptions $ command "forget" paramNothing seek
- SectionMaintenance "prune git-annex branch history"]
+cmd :: Command
+cmd = withOptions forgetOptions $ command "forget" paramNothing seek
+ SectionMaintenance "prune git-annex branch history"
forgetOptions :: [Option]
forgetOptions = [dropDeadOption]