Add mix pleroma.user unsubscribe to mix doc
authorrinpatch <rinpatch@sdf.org>
Fri, 7 Dec 2018 07:39:54 +0000 (10:39 +0300)
committerrinpatch <rinpatch@sdf.org>
Fri, 7 Dec 2018 07:39:54 +0000 (10:39 +0300)
lib/mix/tasks/pleroma/user.ex

index 12b5af774a6e196f3d4182f560d64f06c6502d51..5299448c3a6d6ae1d05d84d33e815271effbda82 100644 (file)
@@ -21,7 +21,7 @@ defmodule Mix.Tasks.Pleroma.User do
 
   ## Generate an invite link.
     
-     mix pleroma.user invite
+      mix pleroma.user invite
 
   ## Delete the user's account.
 
@@ -30,6 +30,10 @@ defmodule Mix.Tasks.Pleroma.User do
   ## Deactivate or activate the user's account.
 
       mix pleroma.user toggle_activated NICKNAME
+  
+  ## Unsubscribe local users from user's account and deactivate it
+     
+      mix pleroma.user unsubscribe NICKNAME
 
   ## Create a password reset link.