Skip to content

Commit

Permalink
Capitalize GPO for spelling check
Browse files Browse the repository at this point in the history
Generated documentation should have capitalized GPO for consistency
across the doc.
  • Loading branch information
didrocks committed Sep 13, 2024
1 parent 5002422 commit b857378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/adsysd/daemon/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func New() *App {
err = a.viper.BindPFlag("service_timeout", a.rootCmd.PersistentFlags().Lookup("timeout"))
decorate.LogOnError(&err)

a.rootCmd.PersistentFlags().IntP("gpo-list-timeout", "", consts.DefaultGpoListTimeout, gotext.Get("time in seconds for the gpo list. 0 for no timeout."))
a.rootCmd.PersistentFlags().IntP("gpo-list-timeout", "", consts.DefaultGpoListTimeout, gotext.Get("time in seconds for the GPO list. 0 for no timeout."))
err = a.viper.BindPFlag("gpo_list_timeout", a.rootCmd.PersistentFlags().Lookup("gpo-list-timeout"))
decorate.LogOnError(&err)

Expand Down

0 comments on commit b857378

Please sign in to comment.