From d33ee8a7f0cc4a7c4bdc653c9490bc63e92f0a1e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 1 Feb 2019 17:25:34 +0200 Subject: [PATCH] fix(help) add --terminal-auto-restart --- json/help.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/json/help.json b/json/help.json index 1aa7b6a7..e9455868 100644 --- a/json/help.json +++ b/json/help.json @@ -30,6 +30,7 @@ "--terminal ": "enable terminal", "--terminal-path ": "set terminal path", "--terminal-command ": "set command to run in terminal (shell by default)", + "--terminal-auto-restart ": "restart command on exit", "--vim ": "enable vim hot keys", "--columns ": "set visible columns", "--export ": "enable export of config through a server", @@ -60,6 +61,7 @@ "--no-contact ": "disable contact", "--no-terminal ": "disable terminal", "--no-terminal-command ": "set default shell to run in terminal", + "--no-terminal-auto-restart ": "do not restart command on exit", "--no-vim ": "disable vim hot keys", "--no-columns ": "set default visible columns", "--no-export ": "disable export config through a server",