Fix wrong usage example in hm

This commit is contained in:
XinyuHou 2016-12-06 15:18:18 +00:00
parent 4297673387
commit e1dc29799f
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ class InternalCommands:
' genlist Shows the list of available platform generators\n'
' usage Shows the help screen\n'
'\n'
'Example: %s build -g 3'
'Example: %s conf -g 3'
) % (app, app)
def configureAll(self, targets, extraArgs=''):