quiet
 
 
 

Syntax:

quiet = <scalar> ;

Option:

-q <switch>

Range:

Boolean (TRUE/FALSE)

Default:

0 (FALSE)

Purpose:

This allows control of the message output from the renderer.

Comments:

When quiet = FALSE is specified, the renderer produces normal message (error, warning and information) output directed to “stderr”. When quiet = TRUE is speci-fied, the renderer does not produce diagnostic output.

Example:

quiet = TRUE;