Merge pull request #152 from andy5995/validate_tileset_opt

change "scenario" to "tileset"
This commit is contained in:
titiger 2017-02-28 22:53:52 +01:00 committed by GitHub
commit e60cbb4dec
1 changed files with 8 additions and 8 deletions

View File

@ -323,7 +323,7 @@ void printParameterHelp(const char *argv0, bool foundInvalidArgs) {
printf("\n \t\tWhere x is a single tileset to validate.");
printf("\n \t\tWhere purgeunused is an optional parameter");
printf("\n \t\t telling the validation to delete extra");
printf("\n \t\t files in the scenario that are not used.");
printf("\n \t\t files in the tileset that are not used.");
printf("\n \t\texample:");
printf("\n %s %s=desert2",extractFileFromDirectoryPath(argv0).c_str(),GAME_ARGS[GAME_ARG_VALIDATE_TILESET]);