Skip to content

Commit

Permalink
Merge pull request #190 from lucacome/hint-options
Browse files Browse the repository at this point in the history
Add hints
  • Loading branch information
SuperQ authored Dec 19, 2023
2 parents 754d194 + 32eb795 commit da3e658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/kingpinflag/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func AddFlags(a *kingpin.Application, defaultAddress string) *web.FlagConfig {
WebListenAddresses: a.Flag(
"web.listen-address",
"Addresses on which to expose metrics and web interface. Repeatable for multiple addresses.",
).Default(defaultAddress).Strings(),
).Default(defaultAddress).HintOptions(defaultAddress).Strings(),
WebSystemdSocket: systemdSocket,
WebConfigFile: a.Flag(
"web.config.file",
Expand Down

0 comments on commit da3e658

Please sign in to comment.