add space to list
This commit is contained in:
parent
4fe637df9a
commit
6173fe8a4d
@ -35,7 +35,7 @@ class helpManager():
|
|||||||
commandShortcut = commandShortcut.replace('KEY_',' ')
|
commandShortcut = commandShortcut.replace('KEY_',' ')
|
||||||
if commandShortcut == '':
|
if commandShortcut == '':
|
||||||
commandShortcut = 'unbound'
|
commandShortcut = 'unbound'
|
||||||
helptext = commandName + ', Shortcut ' + commandShortcut + ', Description' + commandDescription
|
helptext = commandName + ', Shortcut ' + commandShortcut + ', Description ' + commandDescription
|
||||||
return helptext
|
return helptext
|
||||||
def createHelpDict(self, section = 'commands'):
|
def createHelpDict(self, section = 'commands'):
|
||||||
self.helpDict = {}
|
self.helpDict = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user