MXS-1300: Make global option descriptions more brief
The option descriptions now fit on one line with their parameter types and default values.
This commit is contained in:
parent
f62e899b79
commit
30a40a090b
@ -34,19 +34,19 @@ program
|
||||
})
|
||||
.option('h', {
|
||||
alias: 'host',
|
||||
describe: 'The hostname or address where MaxScale is located',
|
||||
describe: 'MaxScale hostname',
|
||||
default: 'localhost',
|
||||
type: 'string'
|
||||
})
|
||||
.option('P', {
|
||||
alias: 'port',
|
||||
describe: 'The port where MaxScale REST API listens on',
|
||||
describe: 'MaxScale REST API port',
|
||||
default: 8989,
|
||||
type: 'number'
|
||||
})
|
||||
.option('s', {
|
||||
alias: 'secure',
|
||||
describe: 'Enable TLS encryption of connections',
|
||||
describe: 'Enable HTTPS requests',
|
||||
default: 'false',
|
||||
type: 'boolean'
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user