General Options of ctcpost

Help, additional information, configuration parameters and the restriction of source files are defined with these options.

-h
Displays a help for the command-line options. Then ctcpost quits.
-V
This option (VERBOSE) advises ctcpost to display information what configuration files were searched, found and loaded. These extra information messages go to stderr.
-c conf-files
Specifies additional configuration file(s), processed after the configuration files from the default location.
-C conf-param{+|=}value
Overwrites (=) or appends (+) configuration parameters.
@optionsfile
Specifies a file containing command-line options to ctcpost. The file can have options on many lines, line breaks in the file are taken as spaces. Double quotes can be used to preserve spaces within an option defined in the file. There can be multiple @-options as well as nested option files. A line starting with the character # can be used for comments.
-f source-file-list
Restricts the output to the given source files. The source files are separated with semicolon, and the list shall be included in double quotes.
-nf source-file-list
Excludes the given source files from the output. The source files are separated with semicolon, and the list shall be included in double quotes.
Note: Please refer to: Report Generation with ctcpost for Specified Files for details about the options -f and -nf.