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:
@ -77,7 +77,7 @@ exports.builder = function(yargs) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// Create monitor
|
// Create monitor
|
||||||
.group(['servers'], 'Create monitor options:')
|
.group(['servers', 'monitor-user', 'monitor-password'], 'Create monitor options:')
|
||||||
.option('servers', {
|
.option('servers', {
|
||||||
describe: 'Link the created monitor to these servers',
|
describe: 'Link the created monitor to these servers',
|
||||||
type: 'array'
|
type: 'array'
|
||||||
|
Reference in New Issue
Block a user