summaryrefslogtreecommitdiff
path: root/Command/Import.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Import.hs')
-rw-r--r--Command/Import.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Import.hs b/Command/Import.hs
index acf3bc01f..6bc330fca 100644
--- a/Command/Import.hs
+++ b/Command/Import.hs
@@ -22,9 +22,9 @@ import Annex.NumCopies
import Types.TrustLevel
import Logs.Trust
-cmd :: [Command]
-cmd = [withOptions opts $ notBareRepo $ command "import" paramPaths seek
- SectionCommon "move and add files from outside git working copy"]
+cmd :: Command
+cmd = withOptions opts $ notBareRepo $ command "import" paramPaths seek
+ SectionCommon "move and add files from outside git working copy"
opts :: [Option]
opts = duplicateModeOptions ++ fileMatchingOptions