From da4b91793ec3841e240e5c90e9c8d25e19094531 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 10 Apr 2020 22:37:14 +0200 Subject: [PATCH] doc: fix SQL driver name in manpage --- doc/soju.1.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/soju.1.scd b/doc/soju.1.scd index f3441c3..c82cdef 100644 --- a/doc/soju.1.scd +++ b/doc/soju.1.scd @@ -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* - 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*