We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df51e16 commit 4c73585Copy full SHA for 4c73585
bin/http-server
@@ -24,8 +24,8 @@ if (argv.h || argv.help) {
24
' -i Display autoIndex [true]',
25
' -e --ext Default file extension if none supplied [none]',
26
' -s --silent Suppress log messages from output',
27
- " --cors[=headers] Enable CORS via the 'Access-Control-Allow-Origin' header",
28
- " Optionally provide CORS headers list separated by commas",
+ ' --cors[=headers] Enable CORS via the "Access-Control-Allow-Origin" header',
+ ' Optionally provide CORS headers list separated by commas',
29
' -o [path] Open browser window after starting the server',
30
' -c Cache time (max-age) in seconds [3600], e.g. -c10 for 10 seconds.',
31
' To disable caching, use -c-1.',
0 commit comments