Merge remote-tracking branch 'lethosor/autotrade-usage-newline'

develop
expwnent 2014-09-08 13:00:11 -04:00
commit 52d0f1c3f6
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( commands.push_back(
PluginCommand( PluginCommand(
"autotrade", "Automatically send items in marked stockpiles to trade depot, when trading is possible.", "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; return CR_OK;
} }