Missing newline in mapexport help output.

develop
Mike Stewart 2012-02-12 18:42:25 -08:00
parent 1b3d517a61
commit 9163dda076
1 changed files with 1 additions and 1 deletions

@ -58,7 +58,7 @@ DFhackCExport command_result mapexport (Core * c, std::vector <std::string> & pa
"Usage: mapexport [options] <filename>\n" "Usage: mapexport [options] <filename>\n"
"Example: mapexport all embark.dfmap\n" "Example: mapexport all embark.dfmap\n"
"Options:\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; return CR_OK;
} }