doc: fix SQL driver name in manpage

This commit is contained in:
Simon Ser 2020-04-10 22:37:14 +02:00
parent db198335aa
commit da4b91793e
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ The config file has one directive per line.
Enable TLS support. The certificate and the key files must be PEM-encoded. Enable TLS support. The certificate and the key files must be PEM-encoded.
*sql* <driver> <source> *sql* <driver> <source>
Set the SQL driver settings. The only supported driver is "sqlite". The Set the SQL driver settings. The only supported driver is "sqlite3". The
source is the path to the SQLite database file. source is the path to the SQLite database file.
*log* <path> *log* <path>