diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-17 14:43:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-17 14:43:36 -0400 |
commit | ada5ca1048d4d77ffb96c9e6df14f9a16f5fd107 (patch) | |
tree | 2476c72581a919c22ed8bbcc25cf6ff9d2c8b073 /doc/special_remotes | |
parent | 3a6ef17937b60245271476aae13f1d74a27285c1 (diff) |
addurl with #n doesn't work, remove from docs
Doesn't really seem worth making it work; addurl --fast can be used to
get a tree of files in the torrent and then the user can rm the ones they
don't want.
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/bittorrent.mdwn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/special_remotes/bittorrent.mdwn b/doc/special_remotes/bittorrent.mdwn index c5ef91aca..7fe8ebde8 100644 --- a/doc/special_remotes/bittorrent.mdwn +++ b/doc/special_remotes/bittorrent.mdwn @@ -20,6 +20,4 @@ Torrent swarms tend to come and go, so git-annex defaults to *not* trusting the bittorrent special remote. Multi-file torrents are supported; to handle them, `git annex addurl` -will add a directory containing all the files from the torrent. To -specify a single file from a multi-file torrent, append "#n" to its url; -"#1" is the first file, "#2" is the second, and so on. +will add a directory containing all the files from the torrent. |