Fix monitor credentials parameter names
The `monitoruser` and `monitorpw` parameters were mislabeled as `monuser` and `monpw`. To allow backwards compatibility, the `monuser` and `monpw` still work as aliases for the correct commands.
This commit is contained in:
@ -1495,8 +1495,8 @@ struct subcommand alteroptions[] =
|
||||
"\n"
|
||||
"address Server address\n"
|
||||
"port Server port\n"
|
||||
"monuser Monitor user for this server\n"
|
||||
"monpw Monitor password for this server\n"
|
||||
"monitoruser Monitor user for this server\n"
|
||||
"monitorpw Monitor password for this server\n"
|
||||
"ssl Enable SSL, value must be 'required'\n"
|
||||
"ssl_key Path to SSL private key\n"
|
||||
"ssl_cert Path to SSL certificate\n"
|
||||
|
Reference in New Issue
Block a user