prosody
branch0.11
changeset 10601 25a3c8134b0a
parent 8729 fbb6751dbe85
child 10603 4f655918fef1
--- a/prosody	Sun Jan 19 15:26:22 2020 +0000
+++ b/prosody	Sun Jan 19 15:27:16 2020 +0000
@@ -43,11 +43,7 @@
 	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";