comparison 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
comparison
equal deleted inserted replaced
8922:25b85c36208f 8923:d47290508a55
74 @cindex @code{-d} 74 @cindex @code{-d}
75 Enter parser debugging mode. Using this option will cause Octave's 75 Enter parser debugging mode. Using this option will cause Octave's
76 parser to print a lot of information about the commands it reads, and is 76 parser to print a lot of information about the commands it reads, and is
77 probably only useful if you are actually trying to debug the parser. 77 probably only useful if you are actually trying to debug the parser.
78 78
79 @item --doc-cache-file
80 @cindex @code{--doc-cache-file} @var{filename}
81 Specify the name of the doc cache file to use. The value of @var{filename}
82 specified on the command line will override any value of
83 @code{OCTAVE_DOC_CACHE_FILE} found in the environment, but not any commands
84 in the system or user startup files that use the @code{doc_file_cache}
85 function.
86
79 @item --echo-commands 87 @item --echo-commands
80 @itemx -x 88 @itemx -x
81 @cindex @code{--echo-commands} 89 @cindex @code{--echo-commands}
82 @cindex @code{-x} 90 @cindex @code{-x}
83 Echo commands as they are executed. 91 Echo commands as they are executed.