aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2020-01-19 15:34:28 +0000
committerMatthew Wild <mwild1@gmail.com>2020-01-19 15:34:28 +0000
commitdba007553fe79b95204bb0339ac8a07e99e43327 (patch)
tree1e85157ba97ad52e95cd1ef29ffab4572e4a91e1 /prosody
parent23ded0507b5f4fa41a1ca46e84cc676840eb6ed9 (diff)
parent37ba5f795f519c55a28ae6b2a7a8cb239d097545 (diff)
downloadprosody-dba007553fe79b95204bb0339ac8a07e99e43327.tar.gz
prosody-dba007553fe79b95204bb0339ac8a07e99e43327.zip
Merge 0.11->trunk
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody6
1 files changed, 1 insertions, 5 deletions
diff --git a/prosody b/prosody
index e82318d1..87f24291 100755
--- a/prosody
+++ b/prosody
@@ -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";