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

Closes: https://git.pleroma.social/pleroma/pleroma/issues/1155

[ci skip]
This commit is contained in:
Haelwenn (lanodan) Monnier 2019-08-02 23:30:47 +02:00
parent 5eec0abe09
commit 8815f07058
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 2 additions and 2 deletions

View File

@ -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