Get rid of the |kitty.conf| substitution

This commit is contained in:
Kovid Goyal
2018-06-05 08:44:51 +05:30
parent 065a2b37c7
commit ea4a7136f0
6 changed files with 19 additions and 11 deletions

View File

@@ -85,8 +85,8 @@ def do_io(to, send, no_response):
all_commands = tuple(sorted(cmap))
cli_msg = (
'Control {appname} by sending it commands. Add'
' :italic:`allow_remote_control yes` to |kitty.conf| for this'
'Control {appname} by sending it commands. Set the'
' :opt:`allow_remote_control` option to yes in :file:`kitty.conf` for this'
' to work.'
).format(appname=appname)