From be069d5918c3c34f4729bf28b11a93839332d0a2 Mon Sep 17 00:00:00 2001 From: Laust Rud Jacobsen Date: Thu, 13 Feb 2014 22:01:19 +0100 Subject: [PATCH] fix(Documentation/tuning): fix incorrect comment about snapshot --- Documentation/tuning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/tuning.md b/Documentation/tuning.md index 607e7bc8e..0fb3bb3ba 100644 --- a/Documentation/tuning.md +++ b/Documentation/tuning.md @@ -86,7 +86,7 @@ $ etcd -snapshot false $ ETCD_SNAPSHOT=false etcd ``` -You can also enable snapshotting within the configuration file: +You can also disable snapshotting within the configuration file: ```toml snapshot = false