summaryrefslogtreecommitdiff
path: root/tools/tmxcopy/tmx_random_fill.cpp
diff options
context:
space:
mode:
authorMateusz Kaduk <mateusz.kaduk@gmail.com>2009-07-23 14:44:30 +0200
committerMateusz Kaduk <mateusz.kaduk@gmail.com>2009-07-23 14:44:30 +0200
commit69db63d2537b959a3a994fd77ae0d630126fe7e5 (patch)
treebb3a700def0adb111e529fa0ac285e03b182763a /tools/tmxcopy/tmx_random_fill.cpp
parente917223c3d97c3a8bdfadd508054961c897bdcca (diff)
parent8f5b3e7b0af9de35453bd8ff32a5bb287b13bc96 (diff)
downloadmana-client-69db63d2537b959a3a994fd77ae0d630126fe7e5.tar.gz
mana-client-69db63d2537b959a3a994fd77ae0d630126fe7e5.tar.bz2
mana-client-69db63d2537b959a3a994fd77ae0d630126fe7e5.tar.xz
mana-client-69db63d2537b959a3a994fd77ae0d630126fe7e5.zip
Merge branch 'for_tmw' of git://gitorious.org/~stevecotton/tmw/octalot
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[] )