summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-11 14:02:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-11 14:02:10 -0400
commit184356165d4a4c2979356b579ab11a386b88a2bc (patch)
tree181206e27deaa1d1345d3f7854f7eeb3433e447c /doc
parentde3ec5d3f3a8da71547a221d84c974b4116bbb23 (diff)
layout
Diffstat (limited to 'doc')
-rw-r--r--doc/design/external_special_remote_protocol.mdwn2
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 f25a03012..ae4a347e8 100644
--- a/doc/design/external_special_remote_protocol.mdwn
+++ b/doc/design/external_special_remote_protocol.mdwn
@@ -75,7 +75,7 @@ git-annex.
* `VERSION Int`
Supported protocol version. Current version is 0. Must be sent first
thing at starup.
-* `ERROR ErrorMsg`
+* `ERROR ErrorMsg`
Generic error. Can be sent at any time if things get messed up.
It would be a good idea to send this if git-annex sends a command
you do not support. The program should exit after sending this, as