fix wrong statement

This commit is contained in:
Joey Hess 2019-05-28 12:05:49 -04:00
parent bb635fffa2
commit 63fa6b4a44
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -114,7 +114,9 @@ The following requests *must* all be supported by the special remote.
So any one-time setup tasks should be done idempotently. So any one-time setup tasks should be done idempotently.
* `PREPARE` * `PREPARE`
Tells the remote that it's time to prepare itself to be used. Tells the remote that it's time to prepare itself to be used.
Only EXTENSIONS and INITREMOTE or EXPORTSUPPORTED can come before this. Only a few requests for details about the remote can come before this.
Those include EXTENSIONS, INITREMOTE, EXPORTSUPPORTED, and may later
include others.
* `TRANSFER STORE|RETRIEVE Key File` * `TRANSFER STORE|RETRIEVE Key File`
Requests the transfer of a key. For STORE, the File is the file to upload; Requests the transfer of a key. For STORE, the File is the file to upload;
for RETRIEVE the File is where to store the download. for RETRIEVE the File is where to store the download.