prosodyctl: fix CnP bug in deluser output
authorThomas Gst?dtner <thomas@gstaedtner.net>
Mon, 8 Feb 2016 13:48:50 +0000 (14:48 +0100)
committerThomas Gst?dtner <thomas@gstaedtner.net>
Mon, 8 Feb 2016 13:48:50 +0000 (14:48 +0100)
prosodyctl

index 1a487fb5f54dbb5b8b897ee3f226f51eea09ebf0..c54af270e5fa22c3cf96d999becb4edd65c98981 100755 (executable)
@@ -364,8 +364,8 @@ function commands.deluser(arg)
        end
        local user, host = jid_split(arg[1]);
        if not user and host then
-               show_message [[Failed to understand JID, please supply the JID you want to set the password for]]
-               show_usage [[passwd user@host]]
+               show_message [[Failed to understand JID, please supply the JID to the user account you want to delete]]
+               show_usage [[deluser user@host]]
                return 1;
        end