MXS-1929: Fix typo in maxctrl help output
Also split the sentence to make it clearer to read.
This commit is contained in:
@ -46,8 +46,8 @@ exports.builder = function(yargs) {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
.command('service <name>', 'Destroy an unused service', 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 ' +
|
return yargs.epilog('The service must be unlinked from all servers and filters. ' +
|
||||||
'all listeners for the service must be destroyed before the service ' +
|
'All listeners for the service must be destroyed before the service ' +
|
||||||
'itself can be destroyed.')
|
'itself can be destroyed.')
|
||||||
.usage('Usage: destroy service <name>')
|
.usage('Usage: destroy service <name>')
|
||||||
}, function(argv) {
|
}, function(argv) {
|
||||||
|
Reference in New Issue
Block a user