From 451b44e7c337134503b82be17d4bbdef239e2b69 Mon Sep 17 00:00:00 2001 From: Maksim Balabash Date: Wed, 10 Jul 2019 04:33:36 +0300 Subject: [PATCH] Add `--no-compression` option to help message (#523) * Add feature description to help message * Fix help message layout --- bin/serve.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/serve.js b/bin/serve.js index e1ad6c39..539b12f3 100755 --- a/bin/serve.js +++ b/bin/serve.js @@ -82,6 +82,8 @@ const getHelp = () => chalk` -c, --config Specify custom path to \`serve.json\` -n, --no-clipboard Do not copy the local address to the clipboard + + -u, --no-compression Do not compress files --no-etag Send \`Last-Modified\` header instead of \`ETag\`