MXS-1929: Fix typo in maxctrl help output

Also split the sentence to make it clearer to read.
This commit is contained in:
Markus Mäkelä 2018-07-23 14:09:34 +03:00
parent a50fce0c65
commit 9e9f0b5959
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -46,8 +46,8 @@ exports.builder = function(yargs) {
})
})
.command('service <name>', '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 <name>')
}, function(argv) {