util/startup.lua
changeset 11874 1d1ed2be3491
parent 11873 d52a73425eba
child 11952 dca75cc6fc5a
equal deleted inserted replaced
11873:d52a73425eba 11874:1d1ed2be3491
    26 	prosody = {
    26 	prosody = {
    27 		short_params = { D = "daemonize"; F = "no-daemonize", h = "help", ["?"] = "help" };
    27 		short_params = { D = "daemonize"; F = "no-daemonize", h = "help", ["?"] = "help" };
    28 		value_params = { config = true };
    28 		value_params = { config = true };
    29 	};
    29 	};
    30 	prosodyctl = {
    30 	prosodyctl = {
    31 		short_params = { v = "verbose" };
    31 		short_params = { v = "verbose", h = "help", ["?"] = "help" };
    32 		value_params = { config = true };
    32 		value_params = { config = true };
    33 	};
    33 	};
    34 }
    34 }
    35 
    35 
    36 function startup.parse_args()
    36 function startup.parse_args()