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:
parent
c239477630
commit
0d8e51c8f1
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user