fix(Documentation/tuning): fix incorrect comment about snapshot

This commit is contained in:
Laust Rud Jacobsen 2014-02-13 22:01:19 +01:00 committed by Brandon Philips
parent bb911e6ab8
commit be069d5918

View File

@ -86,7 +86,7 @@ $ etcd -snapshot false
$ ETCD_SNAPSHOT=false etcd $ ETCD_SNAPSHOT=false etcd
``` ```
You can also enable snapshotting within the configuration file: You can also disable snapshotting within the configuration file:
```toml ```toml
snapshot = false snapshot = false