Fix typo in user.modify task help text
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7c053142b8
commit
57b71cb85a
|
@ -32,7 +32,7 @@ defmodule Mix.Tasks.Mobilizon.Users.Modify do
|
||||||
new_email = Keyword.get(options, :email)
|
new_email = Keyword.get(options, :email)
|
||||||
|
|
||||||
if disable? && enable? do
|
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
|
end
|
||||||
|
|
||||||
start_mobilizon()
|
start_mobilizon()
|
||||||
|
|
Loading…
Reference in a new issue