prosodyctl
changeset 8131 c14513401d65
parent 8124 a33a87f13155
parent 8125 e56a90168890
child 8149 5c91fb62338e
equal deleted inserted replaced
8124:a33a87f13155 8131:c14513401d65
   934 				return 1;
   934 				return 1;
   935 			end
   935 			end
   936 			return cert_commands[subcmd](arg);
   936 			return cert_commands[subcmd](arg);
   937 		end
   937 		end
   938 	end
   938 	end
   939 	show_usage("cert config|request|generate|key", "Helpers for generating X.509 certificates and keys.")
   939 	show_usage("cert config|request|generate|key|import", "Helpers for generating X.509 certificates and keys.")
   940 end
   940 end
   941 
   941 
   942 function commands.check(arg)
   942 function commands.check(arg)
   943 	if arg[1] == "--help" then
   943 	if arg[1] == "--help" then
   944 		show_usage([[check]], [[Perform basic checks on your Prosody installation]]);
   944 		show_usage([[check]], [[Perform basic checks on your Prosody installation]]);