do not always output the help text

this is confusing, since other programs show the help text if the user
entered invalid options
pull/3094/head
Tom Janson 6 years ago
parent 0d030a6d48
commit 1e9f8f608c
  1. 1
      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 = []

Loading…
Cancel
Save