Add newline to autotrade usage

Fixes #304
develop
lethosor 2014-08-30 08:47:18 -04:00
parent 948fbb48f6
commit 76ecc9b347
1 changed files with 1 additions and 1 deletions

@ -567,7 +567,7 @@ DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <Plug
commands.push_back(
PluginCommand(
"autotrade", "Automatically send items in marked stockpiles to trade depot, when trading is possible.",
autotrade_cmd, false, "Run 'autotrade version' to query the plugin version."));
autotrade_cmd, false, "Run 'autotrade version' to query the plugin version.\n"));
return CR_OK;
}