summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/design/external_special_remote_protocol.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn
index ae4a347e8..021931090 100644
--- a/doc/design/external_special_remote_protocol.mdwn
+++ b/doc/design/external_special_remote_protocol.mdwn
@@ -29,17 +29,17 @@ the content to send):
TRANSFER STORE Key File
-Once the file has been sent, the program can reply with the result:
-
- TRANSFER-SUCCESS STORE Key
-
-Any number of other messages can be sent back and forth while that upload
+Any number of messages can be sent back and forth while that upload
is going on. A common message the program would send is to tell the
progress of the upload (in bytes):
PROGRESS STORE Key 10240
PROGRESS STORE Key 20480
+Once the file has been sent, the program can reply with the result:
+
+ TRANSFER-SUCCESS STORE Key
+
## git-annex messages
These are the messages git-annex may send to the special remote program.