summaryrefslogtreecommitdiff
path: root/doc/design/external_special_remote_protocol.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-27 02:56:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-27 02:56:52 -0400
commit690c690e97ecc3808755e95acd0d45bfe03ed366 (patch)
treefa68dc564767894834caa7c221062522be66269f /doc/design/external_special_remote_protocol.mdwn
parent8ad91f287cf87b3a5a849d997de35210a0e9f2b7 (diff)
improve comments
Diffstat (limited to 'doc/design/external_special_remote_protocol.mdwn')
-rw-r--r--doc/design/external_special_remote_protocol.mdwn3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn
index cede16e16..86f9399c0 100644
--- a/doc/design/external_special_remote_protocol.mdwn
+++ b/doc/design/external_special_remote_protocol.mdwn
@@ -98,8 +98,7 @@ The following requests *must* all be supported by the special remote.
Requests the transfer of a key. For Send, the File is the file to upload;
for Receive the File is where to store the download.
Note that the File should not influence the filename used on the remote.
- The filename used should be derived from the Key, and will not contain
- any whitespace.
+ The filename will not contain any whitespace.
Multiple transfers might be requested by git-annex, but it's fine for the
program to serialize them and only do one at a time.
* `CHECKPRESENT Key`