diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-08-02 21:38:28 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-08-02 21:38:28 +0000 |
commit | e553a17e98394ecdd64908ab524a192f1b2390bf (patch) | |
tree | f0d800a4290ccbb58a9c48c94e0a078d1e6c7863 /lib | |
parent | 5eec0abe09ad49ffe7ff986ab28f54bddd6f3499 (diff) | |
parent | 8815f07058f4bdf61355758cbe740288e9551435 (diff) | |
download | pleroma-e553a17e98394ecdd64908ab524a192f1b2390bf.tar.gz |
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 (limited to 'lib')
-rw-r--r-- | lib/mix/tasks/pleroma/user.ex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mix/tasks/pleroma/user.ex b/lib/mix/tasks/pleroma/user.ex index c9b84b8f9..a3f8bc945 100644 --- 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 |