CLI_tasks: Use manpage formatting conventions

- [] for options
- <> for mandatory arguments
- foo ... when foo can be repeated

[ci skip]
This commit is contained in:
Haelwenn (lanodan) Monnier 2020-03-11 08:46:57 +01:00
commit 6316726a5f
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
6 changed files with 20 additions and 20 deletions

View file

@ -5,11 +5,11 @@
## Send digest email since given date (user registration date by default) ignoring user activity status.
```sh tab="OTP"
./bin/pleroma_ctl digest test <nickname> [<since_date>]
./bin/pleroma_ctl digest test <nickname> [since_date]
```
```sh tab="From Source"
mix pleroma.digest test <nickname> [<since_date>]
mix pleroma.digest test <nickname> [since_date]
```