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

@ -4,11 +4,11 @@
## Migrate uploads from local to remote storage
```sh tab="OTP"
./bin/pleroma_ctl uploads migrate_local <target_uploader> [<options>]
./bin/pleroma_ctl uploads migrate_local <target_uploader> [option ...]
```
```sh tab="From Source"
mix pleroma.uploads migrate_local <target_uploader> [<options>]
mix pleroma.uploads migrate_local <target_uploader> [option ...]
```
### Options