From 448c40180b4c9fa9d9be46643d125ed4bca6f3f2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 9 Apr 2018 14:17:31 -0400 Subject: [PATCH] document copy --to=here This happened for free due to move supporting it but it's certianly useful and worth documenting. --- doc/git-annex-copy.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/git-annex-copy.mdwn b/doc/git-annex-copy.mdwn index da48c53689..be082ffa01 100644 --- a/doc/git-annex-copy.mdwn +++ b/doc/git-annex-copy.mdwn @@ -24,6 +24,11 @@ Copies the content of files from or to another remote. Copy the content of files from the local repository to the specified remote. +* `--to=here` + + Copy the content of files from all reachable remotes to the local + repository. + * `--jobs=N` `-JN` Enables parallel transfers with up to the specified number of jobs