From 9e9f0b5959638fd19e7a6551ddf8771e6358f18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Mon, 23 Jul 2018 14:09:34 +0300 Subject: [PATCH] MXS-1929: Fix typo in maxctrl help output Also split the sentence to make it clearer to read. --- maxctrl/lib/destroy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maxctrl/lib/destroy.js b/maxctrl/lib/destroy.js index 3defc9b5b..dc8dd95be 100644 --- a/maxctrl/lib/destroy.js +++ b/maxctrl/lib/destroy.js @@ -46,8 +46,8 @@ exports.builder = function(yargs) { }) }) .command('service ', 'Destroy an unused service', function(yargs) { - return yargs.epilog('The service must be unlinked from all servers and filter and ' + - 'all listeners for the service must be destroyed before the service ' + + return yargs.epilog('The service must be unlinked from all servers and filters. ' + + 'All listeners for the service must be destroyed before the service ' + 'itself can be destroyed.') .usage('Usage: destroy service ') }, function(argv) {