Merge 0.10->trunk
[prosody.git] / prosodyctl
index c8366faf9ae68193ccc98767f8ea68fd62a4f047..1fff7eed5a4f0d228c6fe5bc4704f3dd780f7626 100755 (executable)
@@ -365,8 +365,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