adding genlist to the usage output (#4586)
This commit is contained in:
parent
a1977fa009
commit
99e84b82f9
|
@ -303,6 +303,7 @@ class InternalCommands:
|
||||||
' install Installs the program\n'
|
' install Installs the program\n'
|
||||||
' doxygen Builds doxygen documentation\n'
|
' doxygen Builds doxygen documentation\n'
|
||||||
' reformat Reformat .cpp and .h files using AStyle\n'
|
' reformat Reformat .cpp and .h files using AStyle\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 build -g 3'
|
||||||
|
|
Loading…
Reference in New Issue