diff options
| author | Mike Stewart | 2012-02-12 18:42:25 -0800 |
|---|---|---|
| committer | Mike Stewart | 2012-02-12 18:42:25 -0800 |
| commit | 9163dda076c887de0dbcb4581b341450924a95de (patch) | |
| tree | 0d6e367f6037cb8107b10ba1b5fbe855bd0fe0cb /plugins/mapexport | |
| parent | 1b3d517a6199816dbc23da2238d9261f65d12326 (diff) | |
| download | dfhack-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.cpp | 2 |
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; } |
