Use consistent command signature

This commit is contained in:
rinpatch 2019-10-03 09:38:24 +03:00
parent f5372bfb4a
commit 8fd47a4a5a
1 changed files with 1 additions and 1 deletions

View File

@ -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