mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Add missing ,
This commit is contained in:
parent
b25b5c2f98
commit
62806607bf
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ get_commands_spec() ->
|
||||||
|
|
||||||
#ejabberd_commands{name = export2sql, tags = [mnesia],
|
#ejabberd_commands{name = export2sql, tags = [mnesia],
|
||||||
desc = "Export virtual host information from Mnesia tables to SQL file",
|
desc = "Export virtual host information from Mnesia tables to SQL file",
|
||||||
longdesc = "Configure the modules to use SQL, then call this command."
|
longdesc = "Configure the modules to use SQL, then call this command.",
|
||||||
module = ejd2sql, function = export,
|
module = ejd2sql, function = export,
|
||||||
args_desc = ["Vhost", "Full path to the destination SQL file"],
|
args_desc = ["Vhost", "Full path to the destination SQL file"],
|
||||||
args_example = ["example.com", "/var/lib/ejabberd/example.com.sql"],
|
args_example = ["example.com", "/var/lib/ejabberd/example.com.sql"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue