summaryrefslogtreecommitdiff
path: root/plugins/mapexport
diff options
context:
space:
mode:
authorMike Stewart2012-02-12 18:42:25 -0800
committerMike Stewart2012-02-12 18:42:25 -0800
commit9163dda076c887de0dbcb4581b341450924a95de (patch)
tree0d6e367f6037cb8107b10ba1b5fbe855bd0fe0cb /plugins/mapexport
parent1b3d517a6199816dbc23da2238d9261f65d12326 (diff)
downloaddfhack-9163dda076c887de0dbcb4581b341450924a95de.tar.gz
dfhack-9163dda076c887de0dbcb4581b341450924a95de.tar.bz2
dfhack-9163dda076c887de0dbcb4581b341450924a95de.tar.xz
Missing newline in mapexport help output.
Diffstat (limited to 'plugins/mapexport')
-rw-r--r--plugins/mapexport/mapexport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mapexport/mapexport.cpp b/plugins/mapexport/mapexport.cpp
index c0c5f43e..cf851ca5 100644
--- a/plugins/mapexport/mapexport.cpp
+++ b/plugins/mapexport/mapexport.cpp
@@ -58,7 +58,7 @@ DFhackCExport command_result mapexport (Core * c, std::vector <std::string> & pa
"Usage: mapexport [options] <filename>\n"
"Example: mapexport all embark.dfmap\n"
"Options:\n"
- " all - Export the entire map, not just what's revealed."
+ " all - Export the entire map, not just what's revealed.\n"
);
return CR_OK;
}