Fix json_ui doc on the option to use

This commit is contained in:
Maxime Coste 2016-04-09 09:05:19 +01:00
parent c51ca6b3fa
commit 9b98aa61a8

View File

@ -3,9 +3,9 @@ Json-Rpc user interface
Kakoune user interfaces can be implemented through the json-rpc 2.0 protocol.
By launching kakoune in client mode with the `-j` option, the launched client
will write json-rpc requests on stdout and read json-rpc requests on stdin.
Errors will be reported on stderr (not in json format).
By launching kakoune in client mode with the `-ui json` option, the launched
client will write json-rpc requests on stdout and read json-rpc requests
on stdin. Errors will be reported on stderr (not in json format).
Kakoune requests are always using positional parameters, never named, and
Kakoune wont be able to parse named parameters in requests.