diff options
-rw-r--r-- | lib/mix/tasks/pleroma/relay.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/relay.ex b/lib/mix/tasks/pleroma/relay.ex index 4aea52732..2502923af 100644 --- a/lib/mix/tasks/pleroma/relay.ex +++ b/lib/mix/tasks/pleroma/relay.ex @@ -9,7 +9,7 @@ defmodule Mix.Tasks.Pleroma.Relay do ## Follow a remote relay - ``mix pleroma.relay unfollow <relay_url>`` + ``mix pleroma.relay follow <relay_url>`` Example: ``mix pleroma.relay follow https://example.org/relay`` |