Documented new operation modes

pull/4420/head
Mischa ter Smitten 2015-09-17 09:52:58 +02:00 committed by Matt Clay
parent 946732eb74
commit 2ea6fc210a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ author: "Balazs Pocze (@banyek)"
options:
mode:
description:
- module operating mode. Could be getslave (SHOW SLAVE STATUS), getmaster (SHOW MASTER STATUS), changemaster (CHANGE MASTER TO), startslave (START SLAVE), stopslave (STOP SLAVE)
- module operating mode. Could be getslave (SHOW SLAVE STATUS), getmaster (SHOW MASTER STATUS), changemaster (CHANGE MASTER TO), startslave (START SLAVE), stopslave (STOP SLAVE), resetslave (RESET SLAVE), resetslaveall (RESET SLAVE ALL)
required: False
choices:
- getslave