diff --git a/maxctrl/lib/create.js b/maxctrl/lib/create.js index 07ccd0a8d..4db15b394 100644 --- a/maxctrl/lib/create.js +++ b/maxctrl/lib/create.js @@ -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'