diff doc/interpreter/basics.txi @ 8923:d47290508a55

document --doc-cache-file option
author John W. Eaton <jwe@octave.org>
date Sat, 07 Mar 2009 11:35:31 -0500
parents eb63fbe60fab
children 349616d9c38e
line wrap: on
line diff
--- a/doc/interpreter/basics.txi	Sat Mar 07 11:29:07 2009 -0500
+++ b/doc/interpreter/basics.txi	Sat Mar 07 11:35:31 2009 -0500
@@ -76,6 +76,14 @@
 parser to print a lot of information about the commands it reads, and is
 probably only useful if you are actually trying to debug the parser.
 
+@item --doc-cache-file
+@cindex @code{--doc-cache-file} @var{filename}
+Specify the name of the doc cache file to use.  The value of @var{filename}
+specified on the command line will override any value of
+@code{OCTAVE_DOC_CACHE_FILE} found in the environment, but not any commands
+in the system or user startup files that use the @code{doc_file_cache}
+function.
+
 @item --echo-commands
 @itemx -x
 @cindex @code{--echo-commands}