aboutsummaryrefslogtreecommitdiff
path: root/Command/Get.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Get.hs')
-rw-r--r--Command/Get.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Get.hs b/Command/Get.hs
index d39b3890f..f54e88b7a 100644
--- a/Command/Get.hs
+++ b/Command/Get.hs
@@ -16,9 +16,9 @@ import Annex.NumCopies
import Annex.Wanted
import qualified Command.Move
-cmd :: [Command]
-cmd = [withOptions getOptions $ command "get" paramPaths seek
- SectionCommon "make content of annexed files available"]
+cmd :: Command
+cmd = withOptions getOptions $ command "get" paramPaths seek
+ SectionCommon "make content of annexed files available"
getOptions :: [Option]
getOptions = fromOption : autoOption : jobsOption : annexedMatchingOptions