Move create monitor options under the correct header

The options were under the generic options header instead of the monitor
creation one.
This commit is contained in:
Markus Mäkelä 2017-09-05 16:13:57 +03:00
parent c239477630
commit 0d8e51c8f1

View File

@ -77,7 +77,7 @@ exports.builder = function(yargs) {
})
// Create monitor
.group(['servers'], 'Create monitor options:')
.group(['servers', 'monitor-user', 'monitor-password'], 'Create monitor options:')
.option('servers', {
describe: 'Link the created monitor to these servers',
type: 'array'