aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2017-06-09 12:10:40 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2017-06-09 12:10:40 +0200
commit62806607bf52cf57a123885ee18fd33a39ac1894 (patch)
treed8ce45c6831f20196c2bc5119e2f431dd615cac8 /src
parentImprove export2sql explanation; remove obsolete and duplicated command (diff)
Add missing ,
Diffstat (limited to 'src')
-rw-r--r--src/ejabberd_admin.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberd_admin.erl b/src/ejabberd_admin.erl
index 2b17ebc08..8b4af2857 100644
--- a/src/ejabberd_admin.erl
+++ b/src/ejabberd_admin.erl
@@ -303,7 +303,7 @@ get_commands_spec() ->
#ejabberd_commands{name = export2sql, tags = [mnesia],
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,
args_desc = ["Vhost", "Full path to the destination SQL file"],
args_example = ["example.com", "/var/lib/ejabberd/example.com.sql"],