summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Command/Get.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Get.hs b/Command/Get.hs
index 358105cac..bc617c9fa 100644
--- a/Command/Get.hs
+++ b/Command/Get.hs
@@ -34,6 +34,7 @@ start (file, attr) = isAnnexed file $ \(key, _) -> do
case from of
Nothing -> next $ perform key
Just name -> do
+ -- get --from = copy --from
src <- Remote.byName name
next $ Command.Move.fromPerform src False key
where