From 42afb451bd164afdbbb09852716da94185e4558e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Aug 2017 15:07:19 -0400 Subject: formatting --- doc/design/exporting_trees_to_special_remotes.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/design/exporting_trees_to_special_remotes.mdwn b/doc/design/exporting_trees_to_special_remotes.mdwn index d1abb689d..8d158e33e 100644 --- a/doc/design/exporting_trees_to_special_remotes.mdwn +++ b/doc/design/exporting_trees_to_special_remotes.mdwn @@ -118,17 +118,17 @@ the [[external_special_remote_protocol]]. The remote responds with either `TRANSFER-SUCCESS` or `TRANSFER-FAILURE`, and a remote where exports do not make sense may always fail. -* `CHECKPRESENTEXPORT Key Name` +* `CHECKPRESENTEXPORT Key Name` Requests the remote to check if a Name is present in it. The remote responds with `CHECKPRESENT-SUCCESS`, `CHECKPRESENT-FAILURE`, or `CHECKPRESENT-UNKNOWN`. -* `REMOVEEXPORT Key Name` +* `REMOVEEXPORT Key Name` Requests the remote to remove content stored by `TRANSFEREXPORT`. The Key is provided in case the remote wants to use eg `SETURIMISSING`. The remote responds with either `REMOVE-SUCCESS` or `REMOVE-FAILURE`. -* `RENAMEEXPORT Key OldName NewName` +* `RENAMEEXPORT Key OldName NewName` Requests the remote rename a file stored on it from OldName to NewName. The Key is provided in case the remote wants to use eg `SETURIMISSING` and `SETURIPRESENT`. -- cgit v1.2.3