From bd0314c4062b31c88da82c2fe71ef8347ee4bbb2 Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Thu, 17 Sep 2015 09:52:58 +0200 Subject: [PATCH] Documented new operation modes --- database/mysql/mysql_replication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/mysql/mysql_replication.py b/database/mysql/mysql_replication.py index a3bd63922ea..c833c244f12 100644 --- a/database/mysql/mysql_replication.py +++ b/database/mysql/mysql_replication.py @@ -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