Skip to content

Commit

Permalink
Use less misleading default value for --http-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky committed Jan 27, 2019
1 parent 5eca2eb commit 4b15f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected function configure(): void
null,
InputOption::VALUE_REQUIRED,
'Custom HTTP headers to append to response (in JSON format). Eg. --http-headers=\'["Content-encoding: gzip"]\'',
'{}'
'[]'
)
->setDescription('Turn any STDIN/STDOUT into HTTP server')
;
Expand Down

0 comments on commit 4b15f73

Please sign in to comment.