prosody
changeset 10603 4f655918fef1
parent 10046 4e63e28ba362
parent 10601 25a3c8134b0a
child 11575 a8f0f87e115a
--- a/prosody	Thu Jan 16 16:30:26 2020 +0100
+++ b/prosody	Sun Jan 19 15:34:28 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";