Changeset

8122:e56a90168890

prosodyctl: Add cert import to short help
author Kim Alvefur <zash@zash.se>
date Mon, 24 Apr 2017 15:53:26 +0200
parents 8120:3c5f0cb4381a
children 8123:bd591c5fc1bf
files prosodyctl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/prosodyctl	Sat Apr 22 19:12:51 2017 +0200
+++ b/prosodyctl	Mon Apr 24 15:53:26 2017 +0200
@@ -936,7 +936,7 @@
 			return cert_commands[subcmd](arg);
 		end
 	end
-	show_usage("cert config|request|generate|key", "Helpers for generating X.509 certificates and keys.")
+	show_usage("cert config|request|generate|key|import", "Helpers for generating X.509 certificates and keys.")
 end
 
 function commands.check(arg)