Skip to content

Commit

Permalink
Add hints
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Comellini <[email protected]>
  • Loading branch information
lucacome committed Dec 19, 2023
1 parent 8f878ab commit 32eb795
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 32eb795

Please sign in to comment.