File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ advanced solver and need more resolution, just use the bucket option and use
4141` solve stats --bucket 2 ` to show your solves with a bucket size of 2 seconds
4242each.
4343
44- If you would like to see just a subset of all your solves, you can use the
45- ` min ` and ` max ` options. For eg: ` solve stats --min 10 --max 20 --bucket 2 ` will
46- print the distribution of your solve times between 10 and 20 seconds at a bucket
47- sizeof 2 seconds.
44+ If you would like to see just a subset of all your solves, you can use the ` min `
45+ and ` max ` options. For eg: ` solve stats --min 10 --max 20 --bucket 2 ` will print
46+ the distribution of your solve times between 10 and 20 seconds with a bucket
47+ size of 2 seconds.
4848
4949Starting with v1.2.0, cli-cube-timer stores the time at which a solve was
5050recorded. You can use the ` --before ` and ` --after ` options to filter out solves
5151within a given period of time. Internally, the string is converted to a
52- timestamp using [ moment.js] [ 1 ] , so you can use any of the ISO 8601 standardized
53- strings to specify the timestamps.
52+ timestamp using [ moment.js] [ 1 ] , so you can use any supported ISO 8601 string to
53+ specify the timestamps.
5454
5555### ` solve push `
5656
You can’t perform that action at this time.
0 commit comments