Skip to content

Commit

Permalink
minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed May 18, 2023
1 parent ee70cab commit f179907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func main() {
}
flags := cmd.Flags()
config := flags.StringP("config", "c", "", "path to YAML configuration file")
_ = flags.Bool("defaultconfig", false, "write the default config yaml file to path")
_ = flags.Bool("defaultconfig", false, "write the default config yaml file to stdout")
_ = flags.BoolP("version", "v", false, "show version info and exit")
if err := cmd.Execute(); err != nil {
logger.Error().Msgf("failed to execute command: %s", err)
Expand Down

0 comments on commit f179907

Please sign in to comment.