Merge pull request #1633 from dekkers/docstring-typo

Fix typo in mysql.user_create docstring
This commit is contained in:
Thomas S Hatch 2012-07-15 15:54:01 -07:00
commit b95b9fd1e1

View File

@ -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'
'''