summaryrefslogtreecommitdiff
path: root/src/mod_proxy65.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-01-26 23:13:32 +0100
committerBadlop <badlop@process-one.net>2022-02-03 18:21:51 +0100
commitc92478f7c23e174580d02d4a4550255e1687a7a9 (patch)
treef8344d9129ee99f7d2b18d3e675c5c713c5d9592 /src/mod_proxy65.erl
parentFix support for MSSQL testing (diff)
Use the same wording in all the identical options db_type and ram_db_type
Diffstat (limited to 'src/mod_proxy65.erl')
-rw-r--r--src/mod_proxy65.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_proxy65.erl b/src/mod_proxy65.erl
index ce1c67a3..4b4f02c0 100644
--- a/src/mod_proxy65.erl
+++ b/src/mod_proxy65.erl
@@ -173,8 +173,8 @@ mod_doc() ->
{ram_db_type,
#{value => "mnesia | redis | sql",
desc =>
- ?T("Define the type of volatile (in-memory) storage where the module "
- "will store room information.")}},
+ ?T("Same as top-level _`default_ram_db`_ option, "
+ "but applied to this module only.")}},
{ip,
#{value => ?T("IPAddress"),
desc =>