* --templatedir
Specify the directory that the page [[templates]] are stored in.
- Default is `/usr/share/ikiwiki/templates`.
+ Default is `/usr/share/ikiwiki/templates`, or another location as
+ configured at build time.
* --underlaydir
Specify the directory that is used to underlay the source directory.
Source files will be taken from here unless overridden by a file in the
- source directory. Default is `/usr/share/ikiwiki/basewiki`.
+ source directory. Default is `/usr/share/ikiwiki/basewiki` or another
+ location as configured at build time.
* --wrappermode mode
Specify how to display the time or date. The format string is passed to the
strftime(3) function.
-* --verbose
+* --verbose, --no-verbose
Be vebose about what is being done.
+* --syslog, --no-syslog
+
+ Log to syslog.
+
* --w3mmode, --no-w3mmode
Enable [[w3mmode]], which allows w3m to use ikiwiki as a local CGI script,