diff options
author | Daniel Black <grooverdan@users.sourceforge.net> | 2018-01-14 13:34:10 +1100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-10-31 16:06:15 +0100 |
commit | 92bde778269b8a2f1df130cee987b6458ea38307 (patch) | |
tree | 6b41279670bb7d81b15e204f703c72d57849a181 /man | |
parent | 9aac2bf86e606c536136c838249a8dbcf2575b39 (diff) | |
download | mariadb-git-92bde778269b8a2f1df130cee987b6458ea38307.tar.gz |
my_print_defaults: remove --config-file/extra-file
There have been deprecated since before 5.5
Closes #548
Diffstat (limited to 'man')
-rw-r--r-- | man/my_print_defaults.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/my_print_defaults.1 b/man/my_print_defaults.1 index b01d24b2e86..507250f8ca8 100644 --- a/man/my_print_defaults.1 +++ b/man/my_print_defaults.1 @@ -74,14 +74,14 @@ Display a help message and exit\&. .\} .\" my_print_defaults: config-file option .\" config-file option: my_print_defaults -\fB\-\-config\-file=\fR\fB\fIfile_name\fR\fR, +\fB .\" my_print_defaults: defaults-file option .\" defaults-file option: my_print_defaults \fB\-\-defaults\-file=\fR\fB\fIfile_name\fR\fR, \fB\-c \fR\fB\fIfile_name\fR\fR .sp Read only the given option file\&. If no extension is given, default extension(.ini or .cnf) will -be used\&. \fB\-\-config-file\fR is deprecated, use \fB\-\-defaults\-file\fR instead\&. If \fB\-\-defaults\-file\fR is +be used\&. If \fB\-\-defaults\-file\fR is the first option, then read this file only, do not read global or per\-user config files; should be the first option. .RE .sp @@ -118,11 +118,10 @@ string is \fB\-\-defaults\-extra\-file=\fR\fB\fIfile_name\fR\fR, .\" my_print_defaults: extra-file option .\" extra-file option: my_print_defaults -\fB\-\-extra\-file=\fR\fB\fIfile_name\fR\fR, \fB\-e \fR\fB\fIfile_name\fR\fR .sp Read this option file after the global option file but (on Unix) before the user option -file\&. Should be the first option\&. \fB\-\-extra\-file\fR is deprecated, use \fB\-\-defaults\-extra\-file\fR\&. +file\&. Should be the first option\&. .RE .sp .RS 4 |