Skip to content

Commit c8b702f

Browse files
committed
Fix help text
1 parent a846f48 commit c8b702f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klog/app/cli/report.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type Report struct {
1616
AggregateBy string `name:"aggregate" placeholder:"KIND" short:"a" help:"How to aggregate the data. KIND can be 'day' (default), 'week', 'month', 'quarter' or 'year'." enum:"DAY,day,d,WEEK,week,w,MONTH,month,m,QUARTER,quarter,q,YEAR,year,y," default:"day"`
1717
Fill bool `name:"fill" short:"f" help:"Fill any calendar gaps and show a consecutive sequence of dates."`
1818
Chart bool `name:"chart" short:"c" help:"Includes a bar chart rendering, to aid visual comparison."`
19-
ChartResolution int `name:"chart-res" help:"Configure the chart resolution. INT must be a positive integer, denoting the minutes per rendered block. The default is 15."`
19+
ChartResolution int `name:"chart-res" help:"Configure the chart resolution. INT must be a positive integer, denoting the minutes per rendered block."`
2020
util.DiffArgs
2121
util.FilterArgs
2222
util.NowArgs

0 commit comments

Comments
 (0)