From 6144e5fb3e12ade91dd580a00c20a6bb30aaf63d Mon Sep 17 00:00:00 2001 From: Pablo Fredrikson Date: Mon, 29 Jul 2019 05:11:42 -0300 Subject: [PATCH] Remove deprecated option from example (#1351) Removing this after gossip removal, also, is there anything that needs to be added? --- docs/components/store.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/components/store.md b/docs/components/store.md index f0c999cab8..3bc0c1e4ef 100644 --- a/docs/components/store.md +++ b/docs/components/store.md @@ -12,7 +12,6 @@ It keeps a small amount of information about all remote blocks on local disk and ```bash $ thanos store \ --data-dir "/local/state/data/dir" \ - --cluster.peers "thanos-cluster.example.org" \ --objstore.config-file "bucket.yml" ```