some fixes in lish
This commit is contained in:
parent
617d4c5147
commit
b990b6ff41
1 changed files with 2 additions and 2 deletions
|
|
@ -206,10 +206,10 @@ class LishCommander(Exit):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def do_log(self, text):
|
def do_log(self, text):
|
||||||
print("executed %s" % text)
|
print '''executed %s''' % text
|
||||||
|
|
||||||
def help_log(self):
|
def help_log(self):
|
||||||
print("manage logging")
|
print '''Manage logging'''
|
||||||
|
|
||||||
def do_about(self, text):
|
def do_about(self, text):
|
||||||
self.print_color(GREEN, "Linspector Monitoring\n")
|
self.print_color(GREEN, "Linspector Monitoring\n")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue