Skip to content

Commit af57a8c

Browse files
committed
commandfuncs: fix caddy validate help message
Fixes #4376
1 parent cbb045a commit af57a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Loads and provisions the provided config, but does not start running it.
259259
This reveals any errors with the configuration through the loading and
260260
provisioning stages.`,
261261
Flags: func() *flag.FlagSet {
262-
fs := flag.NewFlagSet("load", flag.ExitOnError)
262+
fs := flag.NewFlagSet("validate", flag.ExitOnError)
263263
fs.String("config", "", "Input configuration file")
264264
fs.String("adapter", "", "Name of config adapter")
265265
return fs

0 commit comments

Comments
 (0)