diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-05 14:48:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-05 14:48:20 +0200 |
commit | 6ffbe6d7054ee002887f1da4ec1e7d3e8716e200 (patch) | |
tree | 2fe13e83fbeca62a50b15608182ac793319164b2 | |
parent | 3da6a8c508e4954e43c623ac652088b0de71d1a7 (diff) |
Style/naming cleanup in man synopsis
-rw-r--r-- | bbot/agent/agent.cli | 6 | ||||
-rw-r--r-- | bbot/worker/worker.cli | 12 |
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| |