Fix '--existing-replica-id' typo

This commit is contained in:
sarahlynnpark 2016-05-13 14:05:44 -07:00
parent 080d64bf75
commit 17486b0931
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ $ docker run --rm -it docker/dtr remove --help
```
To remove a replica safely, you must tell the bootstrapper about one healthy replica
using the `--exsting-replica-id` flag and the replica to remove with the
using the `--existing-replica-id` flag and the replica to remove with the
`--replica-id` flag. It uses the healthy replica to safely inform your DTR cluster
that the replica is about to be removed before it performs the actual removal.