diff options
author | Steve Cotton <steve@s.cotton.clara.co.uk> | 2009-07-20 23:21:09 +0100 |
---|---|---|
committer | Steve Cotton <steve@s.cotton.clara.co.uk> | 2009-07-22 11:36:20 +0100 |
commit | 8f5b3e7b0af9de35453bd8ff32a5bb287b13bc96 (patch) | |
tree | d943f5dea31797de6ca628fadb54338f909bbb79 /tools/tmxcopy/tmxcollide.cpp | |
parent | 03fd663b2bfbd61f032c47d9aaf6661fe9a18bbe (diff) | |
download | mana-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/tmxcollide.cpp')
-rw-r--r-- | tools/tmxcopy/tmxcollide.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tmxcopy/tmxcollide.cpp b/tools/tmxcopy/tmxcollide.cpp index 2ce6f90b..a3600f61 100644 --- a/tools/tmxcopy/tmxcollide.cpp +++ b/tools/tmxcopy/tmxcollide.cpp @@ -31,7 +31,7 @@ void printUsage() <<" -o save results to outfile, instead of overwriting the original"<<std::endl <<std::endl <<"Using the template, translate visible layers to the collision layer"<<std::endl - <<"TODO - more help here"<<std::endl; + <<"See readme.txt for full documentation"<<std::endl; } int main(int argc, char * argv[] ) |