fix thru documentation

This commit is contained in:
Joey Hess 2015-05-01 14:13:30 -04:00
parent c2ed961d79
commit 3c9a76006f
3 changed files with 11 additions and 1 deletions

View file

@ -35,3 +35,9 @@ My particular issue has probably existed through a few version upgrades though.
# End of transcript or log.
"""]]
> Since neither of us can think of a better behavior for `git annex
> get/copy > --from remote` in this case, I've been reduced to documenting
> it better. The docs now mention that --from will cause it to silently
> skip files that are not present in the specified remote. So, [[done]]
> --[[Joey]]

View file

@ -16,6 +16,8 @@ Copies the content of files from or to another remote.
Use this option to 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`

View file

@ -23,7 +23,9 @@ or transferring them from some kind of key-value store.
* `--from=remote`
Normally git-annex will choose which remotes to get the content
from. Use this option to specify which remote to use.
from. Use this option to specify which remote to use.
Any files that are not available on the remote will be silently skipped.
* `--all`