doc: fix SQL driver name in manpage

git-svn-id: file:///srv/svn/repo/suika/trunk@254 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
contact 2020-04-10 20:37:14 +00:00
parent 52fb2bc261
commit f3a8a13b2b

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.
*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.
*log* <path>