aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/agent.cli')
-rw-r--r--bbot/agent.cli16
1 files changed, 14 insertions, 2 deletions
diff --git a/bbot/agent.cli b/bbot/agent.cli
index 761580c..c4ee356 100644
--- a/bbot/agent.cli
+++ b/bbot/agent.cli
@@ -11,18 +11,25 @@ include <bbot/common.cli>;
namespace bbot
{
{
- "<options> <file>",
+ "<options> <name> <num> <id> ",
"
\h|SYNOPSIS|
\cb{bbot-agent --help}\n
\cb{bbot-agent --version}\n
- \c{\b{bbot-agent} [<options>] <toolchain>}
+ \c{\b{bbot-agent} [<options>] <name> <num> <id>}
\h|DESCRIPTION|
\cb{bbot-agent} @@ TODO.
+
+ The <name> argument is the toolchain name, <id> \- the toolchain id,
+ and <num> \- the toolchain number in this deployment.
+
+ Note that on termination \cb{bbot-agent} may leave a working machine
+ snapshot behind. It is expected that the caller (normally Build OS
+ monitor) cleans them up before restarting the agent.
"
}
@@ -30,6 +37,11 @@ namespace bbot
{
"\h|OPTIONS|"
+ bool --systemd-daemon
+ {
+ "Start as a simple systemd daemon."
+ }
+
size_t --cpu = 1
{
"<num>",