All of FRED parameters are documented in chapter 7, the same documentation is available from the FRED executable on the command line. Typing
fred --help
will return the following list of help options:
Help functions: fred --help simple : Get a list of simple parameters fred --help all : Get a complete list of parameters fred --help defaults : List the defaults for all parameters fred --help <parameter> : Get detailed help on a parameter fred --help html : Create an html help file for this program
The different help options do the following
simpleFor example:
fred --help simple 120
will display the simple list of parameters formatted for a 120 column terminal.
all
fred --help all 120
will display the list of parameters formatted for a 120 column terminal.
defaults
<parameter>
html