diff options
| author | Petr Mrázek | 2012-02-05 04:28:20 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-02-05 04:28:20 +0100 |
| commit | 8ddc2f87c9d33e6de2da094f7e17cba2bf6c4ee7 (patch) | |
| tree | 6abcb77c0f8845221104475a417df0c2b042e7ff /plugins/cleanowned.cpp | |
| parent | 5ad9274689c8b3bb533d6149a51db87d62fa42d6 (diff) | |
| download | dfhack-8ddc2f87c9d33e6de2da094f7e17cba2bf6c4ee7.tar.gz dfhack-8ddc2f87c9d33e6de2da094f7e17cba2bf6c4ee7.tar.bz2 dfhack-8ddc2f87c9d33e6de2da094f7e17cba2bf6c4ee7.tar.xz | |
Update docs.
Diffstat (limited to 'plugins/cleanowned.cpp')
| -rw-r--r-- | plugins/cleanowned.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/cleanowned.cpp b/plugins/cleanowned.cpp index a2ec4b76..c56e741c 100644 --- a/plugins/cleanowned.cpp +++ b/plugins/cleanowned.cpp @@ -49,9 +49,9 @@ DFhackCExport command_result plugin_init ( Core * c, std::vector <PluginCommand> " x - confiscate & dump 'x' and worse damaged items\n" " X - confiscate & dump 'X' and worse damaged items\n" "Example:\n" - " confiscate scattered X\n" + " cleanowned scattered X\n" " This will confiscate rotten and dropped food, garbage on the floors\n" - " and any worn items wit 'X' damage and above.\n" + " and any worn items with 'X' damage and above.\n" )); return CR_OK; } |
