summaryrefslogtreecommitdiff
path: root/plugins/tweak.cpp
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-09-14 12:35:55 +0400
committerAlexander Gavrilov2012-09-14 12:35:55 +0400
commitd22591e24050b8200899a0de8854c39efff9effd (patch)
treecf87a87b713ca0e6341211dad5c2947780d52a85 /plugins/tweak.cpp
parentaaf5d181bd2a54e378c91b7a02a558126c4d5105 (diff)
downloaddfhack-d22591e24050b8200899a0de8854c39efff9effd.tar.gz
dfhack-d22591e24050b8200899a0de8854c39efff9effd.tar.bz2
dfhack-d22591e24050b8200899a0de8854c39efff9effd.tar.xz
Fix a file descriptor leak and a crash in linux getMemRanges.
Diffstat (limited to 'plugins/tweak.cpp')
-rw-r--r--plugins/tweak.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/tweak.cpp b/plugins/tweak.cpp
index de7695fb..bebc346c 100644
--- a/plugins/tweak.cpp
+++ b/plugins/tweak.cpp
@@ -89,10 +89,10 @@ DFhackCExport command_result plugin_init (color_ostream &out, std::vector <Plugi
" Fixes rendering of creature weight limits in pressure plate build menu.\n"
" tweak stable-temp [disable]\n"
" Fixes performance bug 6012 by squashing jitter in temperature updates.\n"
- " tweak fast-heat [max-ticks]\n"
+ " tweak fast-heat <max-ticks>\n"
" Further improves temperature updates by ensuring that 1 degree of\n"
" item temperature is crossed in no more than specified number of frames\n"
- " when updating from the environment temperature.\n"
+ " when updating from the environment temperature. Use 0 to disable.\n"
));
return CR_OK;
}