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
commit5439531339a7b11904c3c5801acbf7d586de0fa0 (patch)
tree1e85157ba97ad52e95cd1ef29ffab4572e4a91e1 /prosody
parent3db27c369600393497d626c7b1a3e8c2c0365338 (diff)
parent4167f630b8e54b56afc15c0362382a75e2d35058 (diff)
downloadprosody-5439531339a7b11904c3c5801acbf7d586de0fa0.tar.gz
prosody-5439531339a7b11904c3c5801acbf7d586de0fa0.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";