Skip to content

Commit

Permalink
Update flag description
Browse files Browse the repository at this point in the history
Signed-off-by: Faisal Memon <[email protected]>
  • Loading branch information
faisal-memon committed Jul 24, 2024
1 parent ead0d1f commit 6be3e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/spiffe-helper/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type JWTConfig struct {

func ParseFlags() (string, bool) {
configFile := flag.String("config", "helper.conf", "<configFile> Configuration file path")
daemonModeFlag := flag.Bool(daemonModeFlagName, true, "Exit once the requested objects are retrieved")
daemonModeFlag := flag.Bool(daemonModeFlagName, true, "Toggle running as a daemon to rotate X.509/JWT or just fetch and exit")
flag.Parse()

return *configFile, *daemonModeFlag
Expand Down

0 comments on commit 6be3e92

Please sign in to comment.