summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex-copy.mdwn4
-rw-r--r--doc/git-annex-move.mdwn13
2 files changed, 10 insertions, 7 deletions
diff --git a/doc/git-annex-copy.mdwn b/doc/git-annex-copy.mdwn
index 92eb1750b..50b407c3c 100644
--- a/doc/git-annex-copy.mdwn
+++ b/doc/git-annex-copy.mdwn
@@ -14,14 +14,14 @@ Copies the content of files from or to another remote.
* `--from=remote`
- Use this option to copy the content of files from the specified
+ Copy the content of files from the specified
remote to the local repository.
Any files that are not available on the remote will be silently skipped.
* `--to=remote`
- Use this option to copy the content of files from the local repository
+ Copy the content of files from the local repository
to the specified remote.
* `--jobs=N` `-JN`
diff --git a/doc/git-annex-move.mdwn b/doc/git-annex-move.mdwn
index d2595cfe8..6bf24309b 100644
--- a/doc/git-annex-move.mdwn
+++ b/doc/git-annex-move.mdwn
@@ -4,7 +4,7 @@ git-annex move - move content of files to/from another repository
# SYNOPSIS
-git annex move `[path ...] [--from=remote|--to=remote]`
+git annex move `[path ...] [--from=remote|--to=remote|--to=here]`
# DESCRIPTION
@@ -14,13 +14,16 @@ Moves the content of files from or to another remote.
* `--from=remote`
- Use this option to move the content of files from the specified
- remote to the local repository.
+ Move the content of files from the specified remote to the local repository.
* `--to=remote`
- Use this option to move the content of files from the local repository
- to the specified remote.
+ Move the content of files from the local repository to the specified remote.
+
+* `--to=here`
+
+ Move the content of files from all reachable remotes to the local
+ repository.
* `--jobs=N` `-JN`