Documentation: fixup grammar around the unsafe flags

This commit is contained in:
Brandon Philips 2015-03-18 16:39:45 -07:00 committed by Yicheng Qin
parent 0847986d4a
commit f794f87f26
2 changed files with 5 additions and 3 deletions

View File

@ -135,7 +135,9 @@ The security flags help to [build a secure etcd cluster][security].
### Unsafe Flags
Be CAUTIOUS to use unsafe flags because it will break the guarantee given by consensus protocol. For example, it may panic if other members in the cluster are still alive. Follow the instructions when using these falgs.
Please be CAUTIOUS when using unsafe flags because it will break the guarantees given by the consensus protocol.
For example, it may panic if other members in the cluster are still alive.
Follow the instructions when using these flags.
##### -force-new-cluster
+ Force to create a new one-member cluster. It commits configuration changes in force to remove all existing members in the cluster and add itself. It needs to be set to [restore a backup][restore].

View File

@ -91,8 +91,8 @@ security flags:
unsafe flags:
Please be CAUTIOUS to use unsafe flags because it will break the guarantee given
by consensus protocol.
Please be CAUTIOUS when using unsafe flags because it will break the guarantees
given by the consensus protocol.
--force-new-cluster 'false'
force to create a new one-member cluster.