mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
manual.texi reword relationship between command line options
manual.texi and option files Docs/manual.texi: reword relationship between command line options and option files
This commit is contained in:
parent
a3bbc574cf
commit
65feab359f
1 changed files with 3 additions and 2 deletions
|
|
@ -13075,8 +13075,9 @@ The following programs support option files: @code{mysql},
|
|||
@code{mysqldump}, @code{mysqlimport}, @code{mysqlshow}, @code{mysqlcheck},
|
||||
@code{myisamchk}, and @code{myisampack}.
|
||||
|
||||
You can use option files to specify any long option that a program supports!
|
||||
Run the program with @code{--help} to get a list of available options.
|
||||
Any long option that may be given on the command line when running a MySQL
|
||||
program can be given in an option file as well (without the leading double
|
||||
dash). Run the program with @code{--help} to get a list of available options.
|
||||
|
||||
An option file can contain lines of the following forms:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue