Skip to content

Commit fa39ba5

Browse files
author
Olve S. Hansen
committed
Removed mention of comma separation of args
1 parent 896dfc7 commit fa39ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackdriver_exporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ var (
6363
).Envar("STACKDRIVER_EXPORTER_BACKODFF_JITTER_BASE").Default("1s").Duration()
6464

6565
stackdriverRetryStatuses = kingpin.Flag(
66-
"stackdriver.retry-statuses", "The HTTP statuses that should trigger a retry (comma separated) ($STACKDRIVER_EXPORTER_RETRY_STATUSES)",
66+
"stackdriver.retry-statuses", "The HTTP statuses that should trigger a retry ($STACKDRIVER_EXPORTER_RETRY_STATUSES)",
6767
).Envar("STACKDRIVER_EXPORTER_RETRY_STATUSES").Default("503").Ints()
6868
)
6969

0 commit comments

Comments
 (0)