From 47d6be81a4af0dbb6c4ec0aa2ffcf05df47fcc67 Mon Sep 17 00:00:00 2001 From: yalh Date: Mon, 3 Aug 2020 22:48:25 +0200 Subject: [PATCH] Update maintenance_ tasks.md --- docs/administration/CLI tasks/maintenance_ tasks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/administration/CLI tasks/maintenance_ tasks.md b/docs/administration/CLI tasks/maintenance_ tasks.md index 938e86350..eefa4b32f 100644 --- a/docs/administration/CLI tasks/maintenance_ tasks.md +++ b/docs/administration/CLI tasks/maintenance_ tasks.md @@ -16,10 +16,10 @@ mix mobilizon.instance gen [] ### Options * `-f`, `--force` Whether to erase existing files * `-o`, `--output PATH` The path to output the `prod.secret.exs` file. Defaults to `config/prod.secret.exs`. -* `--output_psql PATH` The path to output the SQL script. Defaults to `setup_db.psql`. +* `--output-psql PATH` The path to output the SQL script. Defaults to `setup_db.psql`. * `--domain DOMAIN` The instance's domain -* `--instance_name INSTANCE_NAME` The instance's name -* `--admin_email ADMIN_EMAIL` The administrator's email +* `--instance-name INSTANCE_NAME` The instance's name +* `--admin-email ADMIN_EMAIL` The administrator's email * `--dbhost HOSTNAME` The database hostname of the PostgreSQL database to use * `--dbname DBNAME` The name of the database to use * `--dbuser DBUSER` The database user (aka role) to use for the database connection