Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 9956af9

Browse files
committed
./scripts/dev/tools-to-doc.sh > docs/tools.md
1 parent 148c10b commit 9956af9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/tools.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -387,17 +387,17 @@ Flags:
387387
-cql-protocol-version int
388388
cql protocol version to use (default 4)
389389
-fix int
390-
fix data to this interval like metrictank does quantization. only for points and points-summary format
390+
fix data to this interval like metrictank does quantization. only for points and point-summary format
391391
-from string
392-
get data from (inclusive). only for points and points-summary format (default "-24h")
392+
get data from (inclusive). only for points and point-summary format (default "-24h")
393393
-groupTTL string
394-
group chunks in TTL buckets based on s (second. means unbucketed), m (minute), h (hour) or d (day). only for chunk-summary format (default "d")
394+
group chunks in TTL buckets: s (second. means unbucketed), m (minute), h (hour) or d (day). only for chunk-summary format (default "d")
395395
-print-ts
396-
print time stamps instead of formatted dates. only for points and poins-summary format
396+
print time stamps instead of formatted dates. only for points and point-summary format
397397
-time-zone string
398398
time-zone to use for interpreting from/to when needed. (check your config) (default "local")
399399
-to string
400-
get data until (exclusive). only for points and points-summary format (default "now")
400+
get data until (exclusive). only for points and point-summary format (default "now")
401401
-version
402402
print version string
403403
-window-factor int

0 commit comments

Comments
 (0)