This commit is contained in:
chrys 2017-07-12 23:35:33 +02:00
parent 7a460b0d83
commit 264fa61656

View File

@ -183,7 +183,7 @@ class commandManager():
try:
if self.env['runtime']['helpManager'].isTutorialMode():
self.env['runtime']['debug'].writeDebugOut("Tutorial for command:" + section + "." + command ,debug.debugLevel.INFO)
description = self.getCommandDescription(section, command)
description = self.getCommandDescription(command, section)
self.env['runtime']['outputManager'].presentText(description, interrupt=True)
else:
self.env['runtime']['debug'].writeDebugOut("Executing command:" + section + "." + command ,debug.debugLevel.INFO)