fix: add missing argument to backup subcommand help output

This commit is contained in:
Jose Diaz-Gonzalez
2017-08-26 05:21:23 -04:00
parent 9364bcbbec
commit 211c54d60f
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ sudo dokku plugin:install https://github.com/dokku/dokku-redis.git redis
## commands
```
redis:backup <name> <bucket> [--use-iam] Create a backup of the redis service to an existing s3 bucket
redis:backup <name> <bucket> (--use-iam) Create a backup of the redis service to an existing s3 bucket
redis:backup-auth <name> <aws_access_key_id> <aws_secret_access_key> (<aws_default_region>) (<aws_signature_version>) (<endpoint_url>) Sets up authentication for backups on the redis service
redis:backup-deauth <name> Removes backup authentication for the redis service
redis:backup-schedule <name> <schedule> <bucket> Schedules a backup of the redis service