summaryrefslogtreecommitdiff
path: root/tools/tmxcopy/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tmxcopy/main.cpp')
-rw-r--r--tools/tmxcopy/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tmxcopy/main.cpp b/tools/tmxcopy/main.cpp
index ab67afe6..ac18ce04 100644
--- a/tools/tmxcopy/main.cpp
+++ b/tools/tmxcopy/main.cpp
@@ -27,7 +27,7 @@ int main(int argc, char * argv[] )
// parsing command line options
if (argc < 9 || argc > 10)
{
- std::cerr<<"Usage: srcFile x y width height tgtFile x y [outfile]";
+ std::cerr<<"Usage: srcFile x y width height tgtFile x y [outfile]\n";
return -1;
}