Skip to content

Commit 29be8f4

Browse files
committed
Cleanup
1 parent 577a9c9 commit 29be8f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ var (
3232

3333
var opts struct {
3434
// general settings
35-
Verbose []bool ` long:"verbose" short:"v" env:"VERBOSE" description:"Verbose mode"`
35+
Verbose []bool ` long:"verbose" short:"v" env:"VERBOSE" description:"Verbose mode"`
3636

3737
// server settings
38-
ServerBind string `long:"bind" env:"SERVER_BIND" description:"Server address" default:":8080"`
38+
ServerBind string `long:"bind" env:"SERVER_BIND" description:"Server address" default:":8080"`
3939

4040
// scrape time settings
4141
ScrapeTime time.Duration `long:"scrape.time" env:"SCRAPE_TIME" description:"Default scrape time (time.duration)" default:"30m"`

0 commit comments

Comments
 (0)