summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2020-07-22 11:20:32 +1000
committerDaniel Black <daniel@mariadb.org>2020-07-24 17:12:48 +1000
commit4b97f14a3d692721a089afe8050a00fcfc230816 (patch)
treeaaa052750d2539e54169f554ec4fa0ebd9c63f57 /scripts
parent8ef41c60847be839914b04951852df82c61ae6a2 (diff)
downloadmariadb-git-4b97f14a3d692721a089afe8050a00fcfc230816.tar.gz
mysql_install_db: help lists --defaults-file twice
Removed duplicate. Also move the --no-defaults option close to the other "default*" options.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_install_db.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index adf521f89f6..67ec88c975c 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -67,6 +67,7 @@ Usage: $0 [OPTIONS]
--cross-bootstrap For internal use. Used when building the MariaDB system
tables on a different host than the target.
--datadir=path The path to the MariaDB data directory.
+ --no-defaults Don't read default options from any option file.
--defaults-extra-file=name
Read this file after the global files are read.
--defaults-file=name Only read default options from the given file name.
@@ -79,8 +80,6 @@ Usage: $0 [OPTIONS]
--help Display this help and exit.
--ldata=path The path to the MariaDB data directory. Same as
--datadir.
- --no-defaults Don't read default options from any option file.
- --defaults-file=path Read only this configuration file.
--rpm For internal use. This option is used by RPM files
during the MariaDB installation process.
--skip-auth-anonymous-user