summaryrefslogtreecommitdiff
path: root/lib/mix/tasks/make_moderator.ex
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-11-02 09:32:48 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-11-10 13:09:37 +0100
commit8b2541e4e7fb37f38422bf6c02cc10863a927e61 (patch)
tree0cffe5e69fad6a02377c1f45b7f3a014da5da222 /lib/mix/tasks/make_moderator.ex
parente1814bb322dda732143fdb0cb60dbce82fe433da (diff)
downloadpleroma-8b2541e4e7fb37f38422bf6c02cc10863a927e61.tar.gz
pleroma-8b2541e4e7fb37f38422bf6c02cc10863a927e61.zip
Document the mix tasks in ex_doc instead
Diffstat (limited to 'lib/mix/tasks/make_moderator.ex')
-rw-r--r--lib/mix/tasks/make_moderator.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/make_moderator.ex b/lib/mix/tasks/make_moderator.ex
index 000671c44..15586dc30 100644
--- a/lib/mix/tasks/make_moderator.ex
+++ b/lib/mix/tasks/make_moderator.ex
@@ -2,7 +2,7 @@ defmodule Mix.Tasks.SetModerator do
@moduledoc """
Set moderator to a local user
- Usage: ``mix set_moderator <username>``
+ Usage: ``mix set_moderator <nickname>``
Example: ``mix set_moderator lain``
"""