@@ 44,16 44,23 @@ may contain macros, tables, and privilege rules.
The password for the SQL
.Ar user .
If not provided, the password will be requested via stdin.
+.El
+.Pp
+.Bl -tag -width xxxxxxxxxxxxxxxx -compact
.It Fl ssl-ca Ar ca
-PEM file containing the server CA for the server.
+PEM file containing the server CA.
.It Fl ssl-cert Ar cert
-PEM file containing the client certificate for the server.
-.It Fl sl-key Ar key
-PEM file containing the client key for the server.
+PEM file containing the client certificate.
+.It Fl ssl-key Ar key
+PEM file containing the client key.
.It Fl ssl-server Ar name
-Name of the SQL server.
+SQL server name for TLS.
+.El
+.Pp
+.Bl -tag -width Ds
.It Fl u Ar user
-User in the SQL database.
+User in the SQL database. Must have the GRANT privilege.
+.El
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO