From 9b98aa61a896b28e1ed7668da85790fd59aaa0b5 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 9 Apr 2016 09:05:19 +0100 Subject: [PATCH] Fix json_ui doc on the option to use --- doc/json_ui.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/json_ui.asciidoc b/doc/json_ui.asciidoc index c57deb0b..16f81468 100644 --- a/doc/json_ui.asciidoc +++ b/doc/json_ui.asciidoc @@ -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.