Wydawca (split by section):   Section:   Chapter:FastBack: wydawca.conf   Up: Top   FastForward: Reporting Bugs   Contents: Table of ContentsIndex: Concept Index

6 Wydawca invocation summary.

This chapter presents a short reference of all wydawca command line options. The entries are sorted alphabetically by their long option name. Where no long option exists, short option is used instead.

--config-file=file
-c file

Use file instead of the default configuration file.

See The --config-file option.

--config-help

Display a concise summary of the available configuration directives. This does not include statements specific for particular loadable modules. To display these, use the --module-help option (see –module-help).

--cron

Run in cron mode. Implies --syslog. See cron.

See The --syslog option.

--daemon

Run in daemon mode. See daemon.

--debug=n
-dn

Set the debugging level to n. The argument is optional. If specified, it must follow the short option immediately, with no whitespace between them. When used with the long option, the equals sign must be used.

Without argument, increases the current debugging level by 1. For compatibility with previous version, -d options can be clustered. E.g. -ddd is equivalent to -d3.

See The --debug option.

--define=name[=value]
-D name[=value]

Define the preprocessor symbol name as having value, or empty. See Preprocessor.

--dump-grammar-trace

Dump configuration grammar traces. This is useful for debugging wydawca configuration file parser.

--dump-lex-trace

Dump lexical analyzer traces. This is useful for debugging wydawca configuration file parser.

--dry-run
-n

Dry-run mode: do nothing, print almost everything. This option implies --debug=1 --stderr.

See The dry-run mode.

-E

Dump the preprocessed configuration to stdout and exit. see Preprocessor.

--force

Force start-up, even if running as root or if the PID file already exists.

--foreground

Remain in the foreground. This is mostly for debugging wydawca.

--help
-h

Print a concise usage summary and exit.

--include-directory=dir
-I dir

Add dir to include search path.

See #include. See Preprocessor.

--lint
-t

Parse configuration file, report any errors on the standard error and exit with code 0, if the syntax is OK, and with code 1 otherwise.

See The --lint option.

--module-help=file

Loads module file (see modules) and displays help about its configuration. If file is an absolute or relative pathname, it will be loaded as is. Otherwise, wydawca will search for module file in its default library load path (see library search path).

--no-preprocessor

Disable preprocessor. see Preprocessor.

--preprocessor=command

Use command instead of the default preprocessor. see Preprocessor.

--source=name
-s name

Process only the spool with the given source name. This option may be given multiple times, to select several spools by their source names.

--spool=tag
-S tag

Process only spool with the given tag. This option may be given multiple times, to select several spools by their tag names.

--stderr
-e

Log to the standard error.

See The --stderr option.

--syslog

Log all diagnostics to syslog.

See The --syslog option.

--version
-V

Print the program version and exit.

Wydawca (split by section):   Section:   Chapter:FastBack: wydawca.conf   Up: Top   FastForward: Reporting Bugs   Contents: Table of ContentsIndex: Concept Index