diff --git a/README.md b/README.md index 0f788ce..719ca19 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ and also the default "sites-enabled" Nginx configurarion I use when you start troubleshooting. ### Q and A -Q: Why does the script needs the root password for MariaDB ?\ +Q: Why does the script need the MariaDB root password ?\ A: The script need this password in order to be able to create the wordpress database and det the correct permisions. ### More guides diff --git a/wordpressinstall b/wordpressinstall index c01db6f..7cf63f4 100755 --- a/wordpressinstall +++ b/wordpressinstall @@ -33,7 +33,7 @@ printf -- "./wordpressinstall [-n] printf -- " [-d] \n" printf -- " [-u] \n" printf -- " [-p] \n" -printf -- " [-r] \n" +printf -- " [-r] \n" printf -- " [-help] \n\n" printf -- "Examples: \n" printf -- "./wordpressinstall -n wp.something.xyz -d wpdb -u wpuser -p wppassword \n\n"; }