1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-28 13:31:16 +01:00

Fix typo in mainrelay.c (#1169)

This commit is contained in:
Stefan Sundin 2023-03-12 17:29:39 -07:00 committed by GitHub
parent 79fb65519c
commit 43f8b873a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1003,7 +1003,7 @@ static char Usage[] =
#endif
#if !defined(TURN_NO_PQ)
" -e, --psql-userdb, --sql-userdb <conn-string> PostgreSQL database connection string, if used (default - "
"empty, no PostreSQL DB used).\n"
"empty, no PostgreSQL DB used).\n"
" This database can be used for long-term credentials mechanism users,\n"
" and it can store the secret value(s) for secret-based timed "
"authentication in TURN REST API.\n"