diff --git a/tools/tuhi-kete.py b/tools/tuhi-kete.py index 8dde13b..d1477e3 100755 --- a/tools/tuhi-kete.py +++ b/tools/tuhi-kete.py @@ -613,7 +613,7 @@ class TuhiKeteShell(cmd.Cmd): def precmd(self, line): # Restore the logger facility to something sane: self._log_handler.set_normal_mode() - if self._manager is None and line not in ['EOF', 'exit']: + if self._manager is None and line not in ['EOF', 'exit', 'help']: print('Not connected to the Tuhi daemon') return '' return line