diff options
author | Mateusz Kaduk <mateusz.kaduk@gmail.com> | 2009-07-23 14:44:30 +0200 |
---|---|---|
committer | Mateusz Kaduk <mateusz.kaduk@gmail.com> | 2009-07-23 14:44:30 +0200 |
commit | 69db63d2537b959a3a994fd77ae0d630126fe7e5 (patch) | |
tree | bb3a700def0adb111e529fa0ac285e03b182763a /tools/tmxcopy/tmxcollide.cpp | |
parent | e917223c3d97c3a8bdfadd508054961c897bdcca (diff) | |
parent | 8f5b3e7b0af9de35453bd8ff32a5bb287b13bc96 (diff) | |
download | mana-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/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[] ) |