Version 1.0b2 2004-02-10
Usage: nagelfar [options] scriptfile ...
 -help             : Show usage.
 -gui              : Start with GUI even when files are specified.
 -s        : Include a database file. (More than one is allowed.)
 -encoding    : Read script with this encoding.
 -filter        : Any message that matches the glob pattern is suppressed.
 -severity  : Set severity level filter to N/W/E (default N).
 -novar            : Disable variable checking.
 -WexprN           : Sets expression warning level to N.
   2 (def)         = Warn about any unbraced expression.
   1               = Don't warn on single commands. "if [apa] {...}" is ok.
 -WsubN            : Sets subcommand warning level to N.
   1 (def)         = Warn about shortened subcommands.
 -WelseN           : Enforce else keyword. Default 1.
  
 |