aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bbot/agent/agent.cli6
-rw-r--r--bbot/worker/worker.cli12
2 files changed, 9 insertions, 9 deletions
diff --git a/bbot/agent/agent.cli b/bbot/agent/agent.cli
index 30f3045..e866e6c 100644
--- a/bbot/agent/agent.cli
+++ b/bbot/agent/agent.cli
@@ -16,9 +16,9 @@ namespace bbot
"
\h|SYNOPSIS|
- \cb{bbot-agent --help}\n
- \cb{bbot-agent --version}\n
- \c{\b{bbot-agent} [<options>] <url>...}
+ \c{\b{bbot-agent --help}\n
+ \b{bbot-agent --version}\n
+ \b{bbot-agent} [<options>] <url>...}
\h|DESCRIPTION|
diff --git a/bbot/worker/worker.cli b/bbot/worker/worker.cli
index 09e09a3..e70d615 100644
--- a/bbot/worker/worker.cli
+++ b/bbot/worker/worker.cli
@@ -11,16 +11,16 @@ include <bbot/common.cli>;
namespace bbot
{
{
- "<options> <module> <conf-var>",
+ "<options> <module> <cfg-var>",
"
\h|SYNOPSIS|
- \cb{bbot-worker --help}\n
- \cb{bbot-worker --version}\n
- \c{\b{bbot-worker --bootstrap} [<options>]}\n
- \c{\b{bbot-worker --startup} [<options>]}\n
- \c{\b{bbot-worker} [<options>] <module>... <conf-var>...}
+ \c{\b{bbot-worker --help}\n
+ \b{bbot-worker --version}\n
+ \b{bbot-worker --bootstrap} [<options>]\n
+ \b{bbot-worker --startup} [<options>]\n
+ \b{bbot-worker} [<options>] <module>... <cfg-var>...}
\h|DESCRIPTION|