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",