Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä
2020-01-07 11:12:02 +02:00
6 changed files with 67 additions and 45 deletions

View File

@ -354,7 +354,8 @@ exports.builder = function(yargs) {
return yargs.epilog('The created user can be used with the MaxScale REST API as ' +
'well as the MaxAdmin network interface. By default the created ' +
'user will have read-only privileges. To make the user an ' +
'administrative user, use the `--type=admin` option.')
'administrative user, use the `--type=admin` option. ' +
'Basic users can only perform `list` and `show` commands.')
.usage('Usage: create user <name> <password>')
.group(['type'], 'Create user options:')
.option('type', {