This commit is contained in:
Rin Toshaka 2018-12-02 19:20:50 +01:00
parent faf1f2b304
commit cbe22deb51
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ defmodule Mix.Tasks.Pleroma.Instance do
Manages Pleroma instance.
## Generate a new instance.
mix pleroma.instance new [OPTION...]
If any options are left unspecified, you will be prompted interactively
@ -161,4 +161,3 @@ defmodule Mix.Tasks.Pleroma.Instance do
~S(') <> String.replace(path, ~S('), ~S(\')) <> ~S(')
end
end