From 7b6bdd7be2f984805ce81cb0603308fbd47561e2 Mon Sep 17 00:00:00 2001 From: Jeroen Dekkers Date: Sun, 15 Jul 2012 23:52:56 +0200 Subject: [PATCH] Fix typo in mysql.user_create docstring --- salt/modules/mysql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/mysql.py b/salt/modules/mysql.py index 38de64c58c..8051409dfa 100644 --- a/salt/modules/mysql.py +++ b/salt/modules/mysql.py @@ -455,7 +455,7 @@ def user_create(user, CLI Examples:: - salt '*' mysql.user_create 'username' 'hostname' 'password + salt '*' mysql.user_create 'username' 'hostname' 'password' salt '*' mysql.user_create 'username' 'hostname' password_hash='hash' '''