diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-08-02 23:30:47 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-08-02 23:38:02 +0200 |
commit | 8815f07058f4bdf61355758cbe740288e9551435 (patch) | |
tree | f0d800a4290ccbb58a9c48c94e0a078d1e6c7863 | |
parent | 5eec0abe09ad49ffe7ff986ab28f54bddd6f3499 (diff) | |
download | pleroma-8815f07058f4bdf61355758cbe740288e9551435.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 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 |