diff options
author | Anel Husakovic <anel@mariadb.org> | 2018-04-16 21:11:58 +0000 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-08-25 17:51:15 +0300 |
commit | 4ba6327f9560a23c128c2434d0fe6511d0d94452 (patch) | |
tree | 799b1a90f81c3930e541f646c3034550a1584764 /scripts | |
parent | 490e220ad2cf14321f18841a3e6c60fcb12a322e (diff) | |
download | mariadb-git-4ba6327f9560a23c128c2434d0fe6511d0d94452.tar.gz |
Fix typo in `--srcdir` option in echo message status of mysql_install_db
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 43ff4191e08..e4f2d419ea5 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -210,7 +210,7 @@ cannot_find_file() echo echo "If you compiled from source, you need to either run 'make install' to" echo "copy the software into the correct location ready for operation." - echo "If you don't want to do a full install, you can use the --srcddir" + echo "If you don't want to do a full install, you can use the --srcdir" echo "option to only install the mysql database and privilege tables" echo echo "If you compiled from source, you need to either run 'make install' to" |