From d2d401883e29d78594bf4cff98d7fa29b9ebc7ed Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Fri, 30 Jan 2015 10:59:50 +0100 Subject: [PATCH] =?UTF-8?q?Do=20not=20display=20=E2=80=9Cstarting...?= =?UTF-8?q?=E2=80=9D=20log=20when=20--help.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.coffee b/src/main.coffee index 85aaed431..251e036fc 100644 --- a/src/main.coffee +++ b/src/main.coffee @@ -47,13 +47,13 @@ $httpListenFailure = (error) -> # Main. exports = module.exports = $coroutine (args) -> - $debug 'Starting…' - return exports.help() unless ( (args.indexOf '--help') is -1 and (args.indexOf '-h') is -1 ) + $debug 'Starting…' + # Default config. opts = { http: {