This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Fix wrong usage example in hm

  • Loading branch information...
XinyuHou
XinyuHou committed Dec 6, 2016
1 parent 4297673 commit e1dc29799f7a5e7d380a596d5e39cda1b51aabc5
Showing with 1 addition and 1 deletion.
  1. +1 −1 ext/toolchain/commands1.py
@@ -309,7 +309,7 @@ def usage(self):
' 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=''):

0 comments on commit e1dc297

Please sign in to comment.