summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/wishlist:_support_drop__44___find_on_special_remotes.mdwn1
-rw-r--r--doc/git-annex.mdwn5
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/bugs/wishlist:_support_drop__44___find_on_special_remotes.mdwn b/doc/bugs/wishlist:_support_drop__44___find_on_special_remotes.mdwn
index 982f398ae..24cacbf71 100644
--- a/doc/bugs/wishlist:_support_drop__44___find_on_special_remotes.mdwn
+++ b/doc/bugs/wishlist:_support_drop__44___find_on_special_remotes.mdwn
@@ -2,6 +2,7 @@ Currently there is no way to drop files, or list what files are available, on a
It would be good if "git annex drop" and "git annex find" supported the --from argument.
> I agree, drop should support --from.
+>> [[done]] --[[Joey]]
>
> To find files *believed* to be present in a given remote, use
> `git annex find --in remote`
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 3dcc11705..dc0b49ab2 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -80,8 +80,9 @@ subdirectories).
Drops the content of annexed files from this repository.
git-annex will refuse to drop content if it cannot verify it is
- safe to do so. At least one copy of content needs to exist in another
- remote. This can be overridden with the --force switch.
+ safe to do so. This can be overridden with the --force switch.
+
+ To drop content from a remote, specify --from.
* move [path ...]