From fc995bcd6075a7e7d14d903504cdb52291983bd5 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Thu, 10 Mar 2016 16:21:13 +0000 Subject: [PATCH] readme --- README.md | 2 ++ jsdoc2md/README.hbs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 0b3c244..9b89ab3 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ local-web-server is a simple command-line tool. To use it, from your project dir -n, --no-cache Disable etag-based caching -forces loading from disk each request. --key file SSL key. Supply along with --cert to launch a https server. --cert file SSL cert. Supply along with --key to launch a https server. + --https Enable HTTPS using a built-in key and cert, registered to the + domain 127.0.0.1. --verbose Verbose output, useful for debugging. Misc diff --git a/jsdoc2md/README.hbs b/jsdoc2md/README.hbs index 0c64189..4f0862c 100644 --- a/jsdoc2md/README.hbs +++ b/jsdoc2md/README.hbs @@ -60,6 +60,8 @@ local-web-server is a simple command-line tool. To use it, from your project dir -n, --no-cache Disable etag-based caching -forces loading from disk each request. --key file SSL key. Supply along with --cert to launch a https server. --cert file SSL cert. Supply along with --key to launch a https server. + --https Enable HTTPS using a built-in key and cert, registered to the + domain 127.0.0.1. --verbose Verbose output, useful for debugging. Misc