Permalink
Browse files
Fix wrong usage example in hm
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+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