diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-16 21:17:49 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-16 21:17:49 +0000 |
commit | 24fcf2b97d86debeb27ab4ab46a6bc0a2f23f2b2 (patch) | |
tree | ed77a895404910f8a2686e4cb65a585ea23f3daf /doc/usage.mdwn | |
parent | 3357e704539f447eca041430991b079753e2b125 (diff) | |
download | ikiwiki-24fcf2b97d86debeb27ab4ab46a6bc0a2f23f2b2.tar ikiwiki-24fcf2b97d86debeb27ab4ab46a6bc0a2f23f2b2.tar.gz |
* Add --syslog config option, to log to the syslog.
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r-- | doc/usage.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 048072df6..e0c7800d5 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -212,10 +212,14 @@ configuration options of their own. 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, |