diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-10 21:11:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-10 21:11:48 -0400 |
commit | e37f3d8674ef47c257a7f4f77d5e67754b9e02cd (patch) | |
tree | 3df1407c4318551a83dc941c11d2460bc59e0b97 | |
parent | bdb913fe134f05d42db49e6178affb19cd2e9c8e (diff) |
fix missing SETCONFIG Value
-rw-r--r-- | doc/design/external_special_remote_protocol.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn index ef09148db..6fe09ff7c 100644 --- a/doc/design/external_special_remote_protocol.mdwn +++ b/doc/design/external_special_remote_protocol.mdwn @@ -188,7 +188,7 @@ in control. This is always the same for any given Key, so can be used for eg, creating hash directory structures to store Keys in. (git-annex replies with VALUE followed by the value.) -* `SETCONFIG Setting` +* `SETCONFIG Setting Value` Sets one of the special remote's configuration settings. Normally this is sent during INITREMOTE, which allows these settings to be stored in the git-annex branch, so will be available if the same |