From 99e84b82f963af1b94215d798aa87b34fe022181 Mon Sep 17 00:00:00 2001 From: Adam Potolsky Date: Tue, 28 Apr 2015 10:37:20 -0700 Subject: [PATCH] adding genlist to the usage output (#4586) --- ext/toolchain/commands1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/toolchain/commands1.py b/ext/toolchain/commands1.py index 484b9da9..a9f0a76d 100644 --- a/ext/toolchain/commands1.py +++ b/ext/toolchain/commands1.py @@ -303,6 +303,7 @@ class InternalCommands: ' install Installs the program\n' ' doxygen Builds doxygen documentation\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' '\n' 'Example: %s build -g 3'