summaryrefslogtreecommitdiff
path: root/plugins/workflow.cpp
diff options
context:
space:
mode:
authorClayton Hughes2012-03-12 00:10:55 -0700
committerClayton Hughes2012-03-12 00:10:55 -0700
commit708dc6c32d2b874aab3305894345eeefaec91a96 (patch)
tree15eae86a4f5013b79d78da2ab1aeff6b01c1803b /plugins/workflow.cpp
parent7dff12ead7651aec8189bc213d1222a5663a682c (diff)
downloaddfhack-708dc6c32d2b874aab3305894345eeefaec91a96.tar.gz
dfhack-708dc6c32d2b874aab3305894345eeefaec91a96.tar.bz2
dfhack-708dc6c32d2b874aab3305894345eeefaec91a96.tar.xz
Forgot usage message for "clear all"
Diffstat (limited to 'plugins/workflow.cpp')
-rw-r--r--plugins/workflow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/workflow.cpp b/plugins/workflow.cpp
index 9040ffc1..e3283018 100644
--- a/plugins/workflow.cpp
+++ b/plugins/workflow.cpp
@@ -83,6 +83,8 @@ DFhackCExport command_result plugin_init (Core *c, std::vector <PluginCommand> &
" Set a constraint. The first form counts each stack as only 1 item.\n"
" workflow unlimit <constraint-spec>\n"
" Delete a constraint.\n"
+ " workflow clear all\n"
+ " Deletes all constraints. Be sure you want to do this.\n"
"Function:\n"
" - When the plugin is enabled, it protects all repeat jobs from removal.\n"
" If they do disappear due to any cause, they are immediately re-added\n"