1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Using variables instead of values in mysqld --help documentation would be more accurate

This commit is contained in:
Anel Husakovic
2019-11-28 15:08:29 +01:00
parent 3cb60ec2c3
commit e3d3bbf598
3 changed files with 3 additions and 3 deletions

View File

@ -214,7 +214,7 @@ cannot_find_file()
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 --srcdir"
echo "option to only install the mysql database and privilege tables"
echo "option to only install the mysql database and privilege tables."
echo
echo "If you are using a binary release, you must either be at the top"
echo "level of the extracted archive, or pass the --basedir option"