Skip to content

Commit

Permalink
mysql_install_db: help lists --defaults-file twice
Browse files Browse the repository at this point in the history
Removed duplicate.

Also move the --no-defaults option close to the other "default*"
options.
  • Loading branch information
grooverdan committed Jul 24, 2020
1 parent 8ef41c6 commit 4b97f14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/mysql_install_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 4b97f14

Please sign in to comment.