mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 07:01:39 +02:00
Merge pull request #152 from andy5995/validate_tileset_opt
change "scenario" to "tileset"
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
Reference in New Issue
Block a user