Skip to content

Commit 4c73585

Browse files
author
Budleigh Salterton
committed
fix quote style after merge
1 parent df51e16 commit 4c73585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/http-server

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ if (argv.h || argv.help) {
2424
' -i Display autoIndex [true]',
2525
' -e --ext Default file extension if none supplied [none]',
2626
' -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",
27+
' --cors[=headers] Enable CORS via the "Access-Control-Allow-Origin" header',
28+
' Optionally provide CORS headers list separated by commas',
2929
' -o [path] Open browser window after starting the server',
3030
' -c Cache time (max-age) in seconds [3600], e.g. -c10 for 10 seconds.',
3131
' To disable caching, use -c-1.',

0 commit comments

Comments
 (0)