Fix wrong usage example in hm
This commit is contained in:
parent
4297673387
commit
e1dc29799f
|
@ -309,7 +309,7 @@ class InternalCommands:
|
||||||
' genlist Shows the list of available platform generators\n'
|
' genlist Shows the list of available platform generators\n'
|
||||||
' usage Shows the help screen\n'
|
' usage Shows the help screen\n'
|
||||||
'\n'
|
'\n'
|
||||||
'Example: %s build -g 3'
|
'Example: %s conf -g 3'
|
||||||
) % (app, app)
|
) % (app, app)
|
||||||
|
|
||||||
def configureAll(self, targets, extraArgs=''):
|
def configureAll(self, targets, extraArgs=''):
|
||||||
|
|
Loading…
Reference in New Issue