summaryrefslogtreecommitdiff
path: root/plugins/colonies.cpp
diff options
context:
space:
mode:
authorPetr Mrázek2012-02-05 04:28:20 +0100
committerPetr Mrázek2012-02-05 04:28:20 +0100
commit8ddc2f87c9d33e6de2da094f7e17cba2bf6c4ee7 (patch)
tree6abcb77c0f8845221104475a417df0c2b042e7ff /plugins/colonies.cpp
parent5ad9274689c8b3bb533d6149a51db87d62fa42d6 (diff)
downloaddfhack-8ddc2f87c9d33e6de2da094f7e17cba2bf6c4ee7.tar.gz
dfhack-8ddc2f87c9d33e6de2da094f7e17cba2bf6c4ee7.tar.bz2
dfhack-8ddc2f87c9d33e6de2da094f7e17cba2bf6c4ee7.tar.xz
Update docs.
Diffstat (limited to 'plugins/colonies.cpp')
-rw-r--r--plugins/colonies.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/colonies.cpp b/plugins/colonies.cpp
index 21da2032..f9c326ce 100644
--- a/plugins/colonies.cpp
+++ b/plugins/colonies.cpp
@@ -27,8 +27,8 @@ DFhackCExport command_result plugin_init ( Core * c, std::vector <PluginCommand>
colonies, false,
" Without any options, this command lists all the vermin colonies present.\n"
"Options:\n"
- " kill - destroy colonies\n"
- " bees - turn colonies into honey bees\n"
+ //" kill - destroy colonies\n" // unlisted because it's likely broken anyway
+ " bees - turn colonies into honey bee hives\n"
));
return CR_OK;
}