diff --git a/docs/source/examples.rst b/docs/source/examples.rst index 1a9ea5b..422f272 100644 --- a/docs/source/examples.rst +++ b/docs/source/examples.rst @@ -26,7 +26,7 @@ the transaction):: Adding a 1 second delay on **every** call to a MySQL server:: $ vaurien --proxy 0.0.0.0:3307 --backend 0.0.0.0:3306 --stay-connected --behavior 100:delay \ - --handler-delay-sleep 1 + --behavior-delay-sleep 1 A quick'n'dirty SSH tunnel from your box to another box::