From 20ab0809ff98ac3fdde5143d1126cd13894ea678 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 29 Oct 2013 04:10:13 +0100 Subject: [PATCH] just some print output foo --- bin/linspector | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/linspector b/bin/linspector index d80f3cd..0282350 100755 --- a/bin/linspector +++ b/bin/linspector @@ -149,7 +149,9 @@ def main(): jsonrpc.daemon = True jsonrpc.start() - print("Ready! Type \"help\" to view available commands or \"help COMMAND\" to view the commands help") + print("Ready!") + + print("Type \"help\" to view available commands or \"help COMMAND\" to view the commands help") LishFrontend(interface)