diff options
Diffstat (limited to 'Command/Get.hs')
-rw-r--r-- | Command/Get.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Get.hs b/Command/Get.hs index a1db1f515..a49c7c409 100644 --- a/Command/Get.hs +++ b/Command/Get.hs @@ -16,8 +16,8 @@ import Config.NumCopies import Annex.Wanted import qualified Command.Move -def :: [Command] -def = [withOptions getOptions $ command "get" paramPaths seek +cmd :: [Command] +cmd = [withOptions getOptions $ command "get" paramPaths seek SectionCommon "make content of annexed files available"] getOptions :: [Option] |