diff options
author | Matthew Wild <mwild1@gmail.com> | 2020-01-19 15:34:28 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2020-01-19 15:34:28 +0000 |
commit | 5439531339a7b11904c3c5801acbf7d586de0fa0 (patch) | |
tree | 1e85157ba97ad52e95cd1ef29ffab4572e4a91e1 /prosody | |
parent | 3db27c369600393497d626c7b1a3e8c2c0365338 (diff) | |
parent | 4167f630b8e54b56afc15c0362382a75e2d35058 (diff) | |
download | prosody-5439531339a7b11904c3c5801acbf7d586de0fa0.tar.gz prosody-5439531339a7b11904c3c5801acbf7d586de0fa0.zip |
Merge 0.11->trunk
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -43,11 +43,7 @@ if CFG_DATADIR then end end -if #arg > 0 and arg[1] ~= "--config" then - print("Unknown command-line option: "..tostring(arg[1])); - print("Perhaps you meant to use prosodyctl instead?"); - return 1; -end + local startup = require "util.startup"; local async = require "util.async"; |