diff --git a/makegen.xml b/makegen.xml index f555d6d..09c15df 100644 --- a/makegen.xml +++ b/makegen.xml @@ -1,7 +1,6 @@ false - MakeGen.h bin/ makegen executable @@ -13,7 +12,6 @@ -g3 -w false - MakeGen.h bin/ makegen executable diff --git a/src/ConfigCLI.cpp b/src/ConfigCLI.cpp index 1ffcd1c..e6641fc 100644 --- a/src/ConfigCLI.cpp +++ b/src/ConfigCLI.cpp @@ -13,16 +13,16 @@ MakeGen conf is used to create, modify and query the makegen.xml file. Usage: makegen conf [] [--help] Generating config files - gen Prompt the user to enter information to create config + gen Prompt the user to enter information to create config Modifying config settings - add Add values to config settings which support multiple arguments - remove Remove values from config settings which support multiple - arguments - set Set value to config settings which support only one argument + add Add values to config settings which support multiple arguments + remove Remove values from config settings which support multiple + arguments + set Set value to config settings which support only one argument Querying config settings - get Get value of the config setting)"); + get Get value of the config setting)"); } void ConfigCLI::DisplayGenHelp() @@ -33,10 +33,10 @@ Generate a config file from prompts Usage: makegen conf gen