# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1492774144 -7200
# Node ID 851b50401a26ae449712c904c6917a57b1b92f31
# Parent  4e5a8365c53ffc5e878dd6881f556464a7b0e8ac
prosodyctl: Remove example showing deprecated config option

diff -r 4e5a8365c53f -r 851b50401a26 prosodyctl
--- a/prosodyctl	Fri Apr 21 13:21:47 2017 +0200
+++ b/prosodyctl	Fri Apr 21 13:29:04 2017 +0200
@@ -818,7 +818,6 @@
 				days=365, sha256=true, utf8=true, config=conf_filename, out=cert_filename} then
 			show_message("Certificate written to ".. cert_filename);
 			print();
-			show_message(("Example config:\n\nssl = {\n\tcertificate = %q;\n\tkey = %q;\n}"):format(cert_filename, key_filename));
 		else
 			show_message("There was a problem, see OpenSSL output");
 		end