logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: e553a17e98394ecdd64908ab524a192f1b2390bf
parent: 5eec0abe09ad49ffe7ff986ab28f54bddd6f3499
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Fri,  2 Aug 2019 21:38:28 +0000

Merge branch 'docfix/mix_task_options' into 'develop'

tasks/pleroma/user.ex: Fix documentation of --max-use and --expire-at

Closes #1155

See merge request pleroma/pleroma!1522

Diffstat:

Mlib/mix/tasks/pleroma/user.ex4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/mix/tasks/pleroma/user.ex b/lib/mix/tasks/pleroma/user.ex @@ -31,8 +31,8 @@ defmodule Mix.Tasks.Pleroma.User do mix pleroma.user invite [OPTION...] Options: - - `--expires_at DATE` - last day on which token is active (e.g. "2019-04-05") - - `--max_use NUMBER` - maximum numbers of token uses + - `--expires-at DATE` - last day on which token is active (e.g. "2019-04-05") + - `--max-use NUMBER` - maximum numbers of token uses ## List generated invites