aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker/worker.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/worker/worker.cli')
-rw-r--r--bbot/worker/worker.cli10
1 files changed, 9 insertions, 1 deletions
diff --git a/bbot/worker/worker.cli b/bbot/worker/worker.cli
index e3e37ce..0edefe0 100644
--- a/bbot/worker/worker.cli
+++ b/bbot/worker/worker.cli
@@ -82,7 +82,7 @@ namespace bbot
specified, then the user's home directory is used."
}
- path --environment
+ path --env-script
{
"<path>",
"The environment setup executable path. This option is normally passed
@@ -90,6 +90,14 @@ namespace bbot
build mode."
}
+ string --env-target
+ {
+ "<target>",
+ "The environment setup executable target argument. This option is
+ normally passed by the worker running in the startup mode to the worker
+ executed in the build mode."
+ }
+
// Testing options.
//
string --tftp-host = "196.254.111.222"