summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <paul@teton.kitebird.com>2001-12-11 12:02:06 -0600
committerunknown <paul@teton.kitebird.com>2001-12-11 12:02:06 -0600
commit65feab359f6c72c98ef32ba6e458735b12533db4 (patch)
tree80873f334e46dd2aea6aeba51d43da861a80de2e /Docs
parenta3bbc574cf06313d6e362b6b861cf3aab62d5b9e (diff)
downloadmariadb-git-65feab359f6c72c98ef32ba6e458735b12533db4.tar.gz
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
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi5
1 files 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: