summaryrefslogtreecommitdiff
path: root/doc/special_remotes/external/git-annex-remote-torrent
diff options
context:
space:
mode:
Diffstat (limited to 'doc/special_remotes/external/git-annex-remote-torrent')
-rwxr-xr-xdoc/special_remotes/external/git-annex-remote-torrent4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/special_remotes/external/git-annex-remote-torrent b/doc/special_remotes/external/git-annex-remote-torrent
index 4f99483bc..4df1f8154 100755
--- a/doc/special_remotes/external/git-annex-remote-torrent
+++ b/doc/special_remotes/external/git-annex-remote-torrent
@@ -181,9 +181,9 @@ while read line; do
;;
CHECKPRESENT)
key="$2"
- # Let's just assume that torrents are always present
+ # Let's just assume that torrents are never present
# for simplicity.
- echo CHECKPRESENT-SUCCESS "$key"
+ echo CHECKPRESENT-UNKNOWN "$key" "cannot reliably check torrent status"
;;
REMOVE)
key="$2"