diff options
| author | Petr Mrázek | 2012-03-11 22:45:41 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-11 22:45:41 +0100 |
| commit | b50d7ecdf384207a485c202d47cced96c0bb08fe (patch) | |
| tree | 64d613c8e1c3698412648444e59ff689f58c5ebe /plugins/feature.cpp | |
| parent | a15d5826fffdfe2b61037bf30bdcc19a5ce6d3f6 (diff) | |
| download | dfhack-b50d7ecdf384207a485c202d47cced96c0bb08fe.tar.gz dfhack-b50d7ecdf384207a485c202d47cced96c0bb08fe.tar.bz2 dfhack-b50d7ecdf384207a485c202d47cced96c0bb08fe.tar.xz | |
Fix typo in features.cpp
Diffstat (limited to 'plugins/feature.cpp')
| -rw-r--r-- | plugins/feature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/feature.cpp b/plugins/feature.cpp index 61c059d6..de0b270e 100644 --- a/plugins/feature.cpp +++ b/plugins/feature.cpp @@ -94,7 +94,7 @@ DFhackCExport command_result plugin_init (color_ostream &out, std::vector <Plugi { commands.clear(); commands.push_back(PluginCommand( - "feature", "List or manage map features.", features, false, + "feature", "List or manage map features.", feature, false, " feature list\n" " Lists all map features in the region.\n" " feature show <ID>\n" |
