diff --git a/bin/linspector b/bin/linspector index a62cb1d..3894340 100755 --- a/bin/linspector +++ b/bin/linspector @@ -168,8 +168,6 @@ def main(): jsonrpc.daemon = True jsonrpc.start() - print("Type \"help\" to view available commands or \"help COMMAND\" to view the commands help") - LishFrontend(interface) logger.debug("shutting down scheduler") diff --git a/linspector/frontends/lish.py b/linspector/frontends/lish.py index 609921f..c4c4dee 100644 --- a/linspector/frontends/lish.py +++ b/linspector/frontends/lish.py @@ -48,6 +48,8 @@ class LishFrontend(Frontend): super(LishFrontend, self) commander = LishCommander(linpsectorInterface) + print("Type \"help\" to view available commands or \"help COMMAND\" to view the commands help") + run = True while run: try: