diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-11-08 15:28:50 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-11-10 13:09:39 +0100 |
commit | 5ecb5629f6714cf20df3ac28eef585822fb2ea45 (patch) | |
tree | 632751c00db41a4cdc2027279257a0fca8950452 /lib/mix/tasks/relay_unfollow.ex | |
parent | 5e3207045e5c58c4c0ebb5d37d0cbfbd5a7db4db (diff) | |
download | pleroma-5ecb5629f6714cf20df3ac28eef585822fb2ea45.tar.gz pleroma-5ecb5629f6714cf20df3ac28eef585822fb2ea45.zip |
lib/mix/tasks: s/@doc/@moduledoc/
Diffstat (limited to 'lib/mix/tasks/relay_unfollow.ex')
-rw-r--r-- | lib/mix/tasks/relay_unfollow.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/relay_unfollow.ex b/lib/mix/tasks/relay_unfollow.ex index cb13a0729..bd69fd8a0 100644 --- a/lib/mix/tasks/relay_unfollow.ex +++ b/lib/mix/tasks/relay_unfollow.ex @@ -3,7 +3,7 @@ defmodule Mix.Tasks.RelayUnfollow do require Logger alias Pleroma.Web.ActivityPub.Relay - @doc """ + @moduledoc """ Unfollows a remote relay Usage: ``mix relay_follow <relay_url>`` |