summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 15:44:16 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 15:44:16 -0400
commitfbac870a567528b5d47d173dfdfd290dc895a772 (patch)
tree138fecbec4ab8e5d4c0d8f01a17873358c19972d
parent18851f0e8fc12978907bc596e3392de3b8f27e3a (diff)
parent910ebb2687763dc048c974494409e2ef86bcc8b7 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/design/external_special_remote_protocol.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn
index 23fd66eb6..0fe18f01d 100644
--- a/doc/design/external_special_remote_protocol.mdwn
+++ b/doc/design/external_special_remote_protocol.mdwn
@@ -194,10 +194,11 @@ while it's handling a request.
determined.
The Filename can be empty (in which case a default is used),
or can specify a filename that is suggested to be used for this url.
-* `CHECKURL-MULTI Url Size|UNKNOWN Filename ...`
+* `CHECKURL-MULTI Url1 Size1|UNKNOWN Filename1 Url2 Size2|UNKNOWN Filename2 ...`
Indicates that the requested url has been verified to exist,
and contains multiple files, which can each be accessed using
- their own url.
+ their own url. Each triplet of url, size, and filename should be listed,
+ one after the other.
Note that since a list is returned, neither the Url nor the Filename
can contain spaces.
* `CHECKURL-FAILURE`