just a typo fix in lish
This commit is contained in:
parent
d3850344df
commit
25ab1715f9
1 changed files with 2 additions and 2 deletions
|
|
@ -44,9 +44,9 @@ logger = getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class LishFrontend(Frontend):
|
class LishFrontend(Frontend):
|
||||||
def __init__(self, linpsectorInterface):
|
def __init__(self, linspectorInterface):
|
||||||
super(LishFrontend, self)
|
super(LishFrontend, self)
|
||||||
commander = LishCommander(linpsectorInterface)
|
commander = LishCommander(linspectorInterface)
|
||||||
|
|
||||||
print("Type \"help\" to view available commands or \"help COMMAND\" to view the commands help")
|
print("Type \"help\" to view available commands or \"help COMMAND\" to view the commands help")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue