diff options
Diffstat (limited to 'tools/tmxcopy/tmx_random_fill.cpp')
-rw-r--r-- | tools/tmxcopy/tmx_random_fill.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tmxcopy/tmx_random_fill.cpp b/tools/tmxcopy/tmx_random_fill.cpp index d55c9b58..2cc232fe 100644 --- a/tools/tmxcopy/tmx_random_fill.cpp +++ b/tools/tmxcopy/tmx_random_fill.cpp @@ -31,7 +31,7 @@ void printUsage() <<" -o save results to outfile, instead of overwriting the original"<<std::endl <<std::endl <<"Fill a rectangular area of mapFile's layer 'destLayer' with a random selection from the templateFile"<<std::endl - <<"TODO - more help here"<<std::endl; + <<"See readme.txt for full documentation"<<std::endl; } int main(int argc, char * argv[] ) |