We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3741782 commit 05220deCopy full SHA for 05220de
1 file changed
caddy/php-cli.go
@@ -19,7 +19,7 @@ func init() {
19
Long: `
20
Executes a PHP script similarly to the CLI SAPI.`,
21
CobraFunc: func(cmd *cobra.Command) {
22
- cmd.Flags().StringP("code", "r", "", "Execute PHP code directly without <php ... ?> tags")
+ cmd.Flags().StringP("code", "r", "", "Execute PHP code directly without <?php ... ?> tags")
23
cmd.RunE = caddycmd.WrapCommandFuncForCobra(cmdPHPCLI)
24
},
25
})
0 commit comments