]> granicus.if.org Git - ejabberd/commitdiff
Add missing ,
authorPaweł Chmielowski <pchmielowski@process-one.net>
Fri, 9 Jun 2017 10:10:40 +0000 (12:10 +0200)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Fri, 9 Jun 2017 10:10:40 +0000 (12:10 +0200)
src/ejabberd_admin.erl

index 2b17ebc08f93804223ff06c70e1ba9303cb5cd86..8b4af2857ab1baaf2b0dcacef6cff6a847ee641b 100644 (file)
@@ -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"],