Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
haccht committed Nov 9, 2023
1 parent 7c8940d commit 65b8178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

type options struct {
Bins int `short:"b" long:"bins" description:"Number of bins in the histogram" default:"10"`
Bins int `short:"b" long:"bins" description:"Number of bins in the histogram" default:"10"`
}

func run() error {
Expand Down

0 comments on commit 65b8178

Please sign in to comment.