Fix typo in features.cpp

develop
Petr Mrázek 2012-03-11 22:45:41 +01:00
parent a15d5826ff
commit b50d7ecdf3
1 changed files with 1 additions and 1 deletions

@ -94,7 +94,7 @@ DFhackCExport command_result plugin_init (color_ostream &out, std::vector <Plugi
{ {
commands.clear(); commands.clear();
commands.push_back(PluginCommand( commands.push_back(PluginCommand(
"feature", "List or manage map features.", features, false, "feature", "List or manage map features.", feature, false,
" feature list\n" " feature list\n"
" Lists all map features in the region.\n" " Lists all map features in the region.\n"
" feature show <ID>\n" " feature show <ID>\n"