# HG changeset patch # User Kim Alvefur # Date 1585590964 -7200 # Node ID 6fd9c97084228b19b302578a25e56d4761a2f80c # Parent c8e4efef5cdbad0eb264d5cb8d37b08b1428aede mod_http_upload: Add some kind of help message to prosodyctl command diff -r c8e4efef5cdb -r 6fd9c9708422 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