summaryrefslogtreecommitdiff
path: root/tools/tmxcopy/tmx_random_fill.cpp
diff options
context:
space:
mode:
authorSteve Cotton <steve@s.cotton.clara.co.uk>2009-07-20 23:21:09 +0100
committerSteve Cotton <steve@s.cotton.clara.co.uk>2009-07-22 11:36:20 +0100
commit8f5b3e7b0af9de35453bd8ff32a5bb287b13bc96 (patch)
treed943f5dea31797de6ca628fadb54338f909bbb79 /tools/tmxcopy/tmx_random_fill.cpp
parent03fd663b2bfbd61f032c47d9aaf6661fe9a18bbe (diff)
downloadmana-client-8f5b3e7b0af9de35453bd8ff32a5bb287b13bc96.tar.gz
mana-client-8f5b3e7b0af9de35453bd8ff32a5bb287b13bc96.tar.bz2
mana-client-8f5b3e7b0af9de35453bd8ff32a5bb287b13bc96.tar.xz
mana-client-8f5b3e7b0af9de35453bd8ff32a5bb287b13bc96.zip
TMX Tools: minor tidyup
Diffstat (limited to 'tools/tmxcopy/tmx_random_fill.cpp')
-rw-r--r--tools/tmxcopy/tmx_random_fill.cpp2
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[] )