Start work on remote control passwords

This commit is contained in:
Kovid Goyal
2022-08-09 11:30:49 +05:30
parent 31be4f041e
commit e64b1ba67c
6 changed files with 65 additions and 18 deletions

View File

@@ -170,7 +170,7 @@ def do_io(to: Optional[str], send: Dict[str, Any], no_response: bool, response_t
cli_msg = (
'Control {appname} by sending it commands. Set the'
' :opt:`allow_remote_control` option to yes in :file:`kitty.conf` for this'
' :opt:`allow_remote_control` option in :file:`kitty.conf` or use a password, for this'
' to work.'
).format(appname=appname)