Commit 6c63bc3b authored by Tom Janson's avatar Tom Janson

do not always output the help text

this is confusing, since other programs show the help text if the user entered invalid options
parent 7ed178b5
......@@ -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 = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment