From 2bb6ecf1b5a2ba77aba187700c7a2f06de1080af Mon Sep 17 00:00:00 2001 From: "paul@teton.kitebird.com" <> Date: Tue, 11 Dec 2001 12:02:06 -0600 Subject: [PATCH] manual.texi reword relationship between command line options manual.texi and option files --- Docs/manual.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index ffa5bdfaafb..d1eb1021fbf 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -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: