mod_http_upload: Add some kind of help message to prosodyctl command
authorKim Alvefur <zash@zash.se>
Mon, 30 Mar 2020 19:56:04 +0200
changeset 3965 6fd9c9708422
parent 3964 c8e4efef5cdb
child 3966 190e74e097ee
mod_http_upload: Add some kind of help message to prosodyctl command
mod_http_upload/mod_http_upload.lua
--- a/mod_http_upload/mod_http_upload.lua	Mon Mar 30 19:20:09 2020 +0200
+++ b/mod_http_upload/mod_http_upload.lua	Mon Mar 30 19:56:04 2020 +0200
@@ -427,6 +427,10 @@
 				end
 			end
 		end
+	else
+		print("prosodyctl mod_http_upload expire [host or user@host]+")
+		print("\tProcess upload expiry for the given list of hosts and/or users");
+		return 1;
 	end
 end