X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/ae1479386628436613a664b6601f6ca833dd6b2d..21d921a56a850857f6ea883c6dff6a411a659bbf:/src/plugins/domtool-mysql diff --git a/src/plugins/domtool-mysql b/src/plugins/domtool-mysql index 9d02fc4..8f60e5e 100755 --- a/src/plugins/domtool-mysql +++ b/src/plugins/domtool-mysql @@ -2,7 +2,7 @@ case $1 in adduser) - echo "I would create MySQL user $2." + echo "I would create MySQL user $2 with password $3." ;; createdb) echo "I would create MySQL table $2_$3 for user $2."