PR feedback - now allows for multiple specializations on the command-line, and changed the switch name to "specializations" to reflect that.

This commit is contained in:
mbalfour
2021-05-12 08:56:49 -05:00
parent b5e87d3601
commit ae9b36c135
2 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ void PrintHelp()
AZ_Printf("Help", "Serialize Context Tool\n");
AZ_Printf("Help", " <action> [-config] <action arguments>*\n");
AZ_Printf("Help", " [opt] -config=<path>: optional path to application's config file. Default is 'config/editor.xml'.\n");
AZ_Printf("Help", " [opt] -specialization=<prefix>: optional Registry project specialization, such as 'editor' or 'game'. Default is none. \n");
AZ_Printf("Help", " [opt] -specializations=<prefix>: <comma or semicolon>-separated list of optional Registry project\n");
AZ_Printf("Help", " specializations, such as 'editor' or 'game' or 'editor;test'. Default is none. \n");
AZ_Printf("Help", "\n");
AZ_Printf("Help", " 'help': Print this help\n");
AZ_Printf("Help", " example: 'help'\n");