Fix typo in user.modify task help text

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-06-28 17:23:17 +02:00
parent 7c053142b8
commit 57b71cb85a
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ defmodule Mix.Tasks.Mobilizon.Users.Modify do
new_email = Keyword.get(options, :email)
if disable? && enable? do
shell_error("Can't use both --enabled and --disable options at the same time.")
shell_error("Can't use both --enable and --disable options at the same time.")
end
start_mobilizon()