Use consistent command signature
This commit is contained in:
parent
f5372bfb4a
commit
8fd47a4a5a
|
@ -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
|
## Migrate uploads from local to remote storage
|
||||||
```sh
|
```sh
|
||||||
$PREFIX migrate_local TARGET_UPLOADER [OPTIONS...]
|
$PREFIX migrate_local <target_uploader> [<options>]
|
||||||
```
|
```
|
||||||
### Options
|
### Options
|
||||||
- `--delete` - delete local uploads after migrating them to the target uploader
|
- `--delete` - delete local uploads after migrating them to the target uploader
|
||||||
|
|
Loading…
Reference in New Issue