Skip to content

Commit b80be41

Browse files
committed
[fix] Missing ,. Fixes http-party#54.
1 parent 272321d commit b80be41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/http-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (argv.h || argv.help) {
1717
" -i Display autoIndex [true]",
1818
" -e --ext Default file extension if none supplied [none]",
1919
" -s --silent Suppress log messages from output",
20-
" --cors Enable CORS via the 'Access-Control-Allow-Origin' header"
20+
" --cors Enable CORS via the 'Access-Control-Allow-Origin' header",
2121
" -o Open browser window after staring the server",
2222
" -c Set cache time (in seconds). e.g. -c10 for 10 seconds.",
2323
" To disable caching, use -c-1.",

0 commit comments

Comments
 (0)