diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index 3ebb40e..47cbd7c 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -46,7 +46,7 @@ Option | Description -------------------------------------- | -------------------------------------- conf | Config file (default: ~/.i2pd/i2pd.conf or /var/lib/i2pd/i2pd.conf). This parameter will be silently ignored if the specified config file does not exist. tunconf | Tunnels config file (default: ~/.i2pd/tunnels.conf or /var/lib/i2pd/tunnels.conf) -pidfile | Where to write pidfile (dont write by default) +pidfile | Where to write pidfile (default: i2pd.pid, not used in Windows) log | Logs destination: stdout, file, syslog (stdout if not set, file - otherwise, for compatibility) logfile | Path to logfile (default - autodetect) loglevel | Log messages above this level (debug, info, warn, error, none; default - info)