CLI_tasks: Use manpage formatting conventions
- [] for options - <> for mandatory arguments - foo ... when foo can be repeated [ci skip]
This commit is contained in:
parent
a06104b9d5
commit
6316726a5f
6 changed files with 20 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue