Fix password documentation

The old parameter was used in some examples and no note about its removal
was in the parameter.
This commit is contained in:
Markus Mäkelä
2018-11-04 21:22:40 +02:00
parent 3300bfd17f
commit a883a4f3e0
25 changed files with 54 additions and 51 deletions

View File

@ -16,7 +16,7 @@ type=monitor
module=ndbclustermon
servers=server1,server2,server3
user=myuser
passwd=mypwd
password=mypwd
```