diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-11 13:52:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-11 13:52:51 -0400 |
commit | 89c5193a26c148bd8bb7f63ab291ebc812e11b6a (patch) | |
tree | 0079eef47502c1128aa19a6fdfbb0d953968619a /doc | |
parent | 904aa79a0a9d191b3c13ad999d9318c2ad316042 (diff) |
fix display of |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/external_special_remote_protocol.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn index 6cffaafb7..0787893c0 100644 --- a/doc/design/external_special_remote_protocol.mdwn +++ b/doc/design/external_special_remote_protocol.mdwn @@ -69,11 +69,11 @@ These are the messages the special remote program can send. * `VERSION Int` Supported protocol version. Current version is 0. Must be sent first thing at starup. -* `TRANSFER-SUCCESS STORE|RETRIEVE Key` +* `TRANSFER-SUCCESS STORE\|RETRIEVE Key` Indicates the transfer completed successfully. -* `TRANSFER-FAILURE STORE|RETRIEVE Key ErrorMsg` +* `TRANSFER-FAILURE STORE\|RETRIEVE Key ErrorMsg` Indicates the transfer failed. -* `PROGRESS STORE|RETRIEVE Key Int` +* `PROGRESS STORE\|RETRIEVE Key Int` Indicates the current progress of the transfer. May be repeated any number of times during the transfer process. This is highly recommended for STORE. (It is not necessary for RETRIEVE.) |