From 1e9f8f608ccb97671aa64af63237631c2a28f986 Mon Sep 17 00:00:00 2001 From: Tom Janson Date: Wed, 19 Sep 2018 18:36:57 +0200 Subject: [PATCH] do not always output the help text this is confusing, since other programs show the help text if the user entered invalid options --- bin/remixd | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/remixd b/bin/remixd index fb294219d2..e2859b5048 100755 --- a/bin/remixd +++ b/bin/remixd @@ -22,7 +22,6 @@ program .on('--help', function(){ console.log('\nExample:\n\n remixd --dev-path /home/devchains/chain1 --mist --geth --frontend /home/frontend --frontend-port 8084 --auto-mine') }).parse(process.argv) -program.outputHelp() var killCallBack = []