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 272321d commit b80be41Copy full SHA for b80be41
bin/http-server
@@ -17,7 +17,7 @@ if (argv.h || argv.help) {
17
" -i Display autoIndex [true]",
18
" -e --ext Default file extension if none supplied [none]",
19
" -s --silent Suppress log messages from output",
20
- " --cors Enable CORS via the 'Access-Control-Allow-Origin' header"
+ " --cors Enable CORS via the 'Access-Control-Allow-Origin' header",
21
" -o Open browser window after staring the server",
22
" -c Set cache time (in seconds). e.g. -c10 for 10 seconds.",
23
" To disable caching, use -c-1.",
0 commit comments