Skip to content

Commit 05220de

Browse files
authored
typo snuck into last pr (#1536)
1 parent 3741782 commit 05220de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caddy/php-cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func init() {
1919
Long: `
2020
Executes a PHP script similarly to the CLI SAPI.`,
2121
CobraFunc: func(cmd *cobra.Command) {
22-
cmd.Flags().StringP("code", "r", "", "Execute PHP code directly without <php ... ?> tags")
22+
cmd.Flags().StringP("code", "r", "", "Execute PHP code directly without <?php ... ?> tags")
2323
cmd.RunE = caddycmd.WrapCommandFuncForCobra(cmdPHPCLI)
2424
},
2525
})

0 commit comments

Comments
 (0)