forked from AkkomaGang/akkoma
Use consistent command signature
This commit is contained in:
parent
f5372bfb4a
commit
8fd47a4a5a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Every command should be ran with a prefix, in case of OTP releases it is `./bin/
|
|||
|
||||
## Migrate uploads from local to remote storage
|
||||
```sh
|
||||
$PREFIX migrate_local TARGET_UPLOADER [OPTIONS...]
|
||||
$PREFIX migrate_local <target_uploader> [<options>]
|
||||
```
|
||||
### Options
|
||||
- `--delete` - delete local uploads after migrating them to the target uploader
|
||||
|
|
Loading…
Reference in a new issue