From 6ffbe6d7054ee002887f1da4ec1e7d3e8716e200 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Mar 2018 14:48:20 +0200 Subject: Style/naming cleanup in man synopsis --- bbot/agent/agent.cli | 6 +++--- bbot/worker/worker.cli | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'bbot') 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} [] ...} + \c{\b{bbot-agent --help}\n + \b{bbot-agent --version}\n + \b{bbot-agent} [] ...} \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 ; namespace bbot { { - " ", + " ", " \h|SYNOPSIS| - \cb{bbot-worker --help}\n - \cb{bbot-worker --version}\n - \c{\b{bbot-worker --bootstrap} []}\n - \c{\b{bbot-worker --startup} []}\n - \c{\b{bbot-worker} [] ... ...} + \c{\b{bbot-worker --help}\n + \b{bbot-worker --version}\n + \b{bbot-worker --bootstrap} []\n + \b{bbot-worker --startup} []\n + \b{bbot-worker} [] ... ...} \h|DESCRIPTION| -- cgit v1.1