Skip to content

Commit

Permalink
Update documents
Browse files Browse the repository at this point in the history
Signed-off-by: jojohappy <[email protected]>
  • Loading branch information
jojohappy committed Sep 11, 2018
1 parent 4800807 commit c0ae0e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/compact.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ On-disk data is safe to delete between restarts and should be the first attempt

[embedmd]:# (flags/compact.txt $)
```$
usage: thanos compact [<flags>]
usage: thanos compact --objstore.config=<bucket.config.yaml> [<flags>]
continuously compacts blocks in an object store bucket
Expand Down
2 changes: 1 addition & 1 deletion docs/components/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In general about 1MB of local disk space is required per TSDB block stored in th

[embedmd]:# (flags/store.txt $)
```$
usage: thanos store [<flags>]
usage: thanos store --objstore.config=<bucket.config.yaml> [<flags>]
store node giving access to blocks in a bucket provider. Now supported GCS / S3.
Expand Down

0 comments on commit c0ae0e6

Please sign in to comment.