From 9fe9f850004cb4d82976740b66080199a57ba8b3 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 29 Nov 2013 00:27:14 +0100 Subject: [PATCH] moved lish related info print from bin/linspector to lish --- bin/linspector | 2 -- linspector/frontends/lish.py | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) 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: