Added "-help" to usage examples

This commit is contained in:
IOhannes m zmölnig 2018-01-16 20:10:20 +01:00 committed by Stephane Sezer
parent 8c5fd8168a
commit eec239c50f

View File

@ -77,6 +77,8 @@ Text(std::string const &name) {
"-localizationPath <path> "
"-project <projectname>" << std::endl;
result << " " << name << " -help" << std::endl;
result << std::endl;
return result.str();