From da564078b35311b21d8f2e492f0e464692d9eb73 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 17 Dec 2020 15:25:43 +0100 Subject: [PATCH] Add a missing option to a command comment Signed-off-by: Thomas Citharel --- lib/mix/tasks/mobilizon/instance.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mix/tasks/mobilizon/instance.ex b/lib/mix/tasks/mobilizon/instance.ex index a5bf2d648..7cb4da48d 100644 --- a/lib/mix/tasks/mobilizon/instance.ex +++ b/lib/mix/tasks/mobilizon/instance.ex @@ -24,6 +24,7 @@ defmodule Mix.Tasks.Mobilizon.Instance do - `--dbname DBNAME` - the name of the database to use - `--dbuser DBUSER` - the user (aka role) to use for the database connection - `--dbpass DBPASS` - the password to use for the database connection + - `--dbport DBPORT` - the database port - `--listen-port PORT` - the port the app should listen to, defaults to 4000 """