diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-08-02 23:30:47 +0200 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-08-14 01:50:21 +0000 |
commit | 54d4ceec5ce82ecea8bfd2fade7e618feca8a211 (patch) | |
tree | 652f976c6f8aea1621c130153f71ffc4d4f4b981 | |
parent | f270e332082210c59e5a9024d929a8877bc8e9d1 (diff) | |
download | pleroma-54d4ceec5ce82ecea8bfd2fade7e618feca8a211.tar.gz |
tasks/pleroma/user.ex: Fix documentation of --max-use and --expire-at
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1155
[ci skip]
-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 8a78b4fe6..6c7e34a1c 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 |