Skip to content

Commit

Permalink
caddycmd: fix caddy validate help message
Browse files Browse the repository at this point in the history
Fixes #4376
  • Loading branch information
jimen0 committed Oct 11, 2021
1 parent cbb045a commit 2b6b3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Loads and provisions the provided config, but does not start running it.
This reveals any errors with the configuration through the loading and
provisioning stages.`,
Flags: func() *flag.FlagSet {
fs := flag.NewFlagSet("load", flag.ExitOnError)
fs := flag.NewFlagSet("validate", flag.ExitOnError)
fs.String("config", "", "Input configuration file")
fs.String("adapter", "", "Name of config adapter")
return fs
Expand Down

0 comments on commit 2b6b3be

Please sign in to comment.