Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.

Commit

Permalink
Better help output
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 2, 2018
1 parent 2a50e89 commit f8bdf0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/elm-webdriver.js
Expand Up @@ -38,6 +38,10 @@ if (args.help) {
console.log('')
console.log(' elm-webdriver your/TestFile.elm [--compiler /path/to/elm-make]')
console.log('')
console.log('or')
console.log('')
console.log(' elm-webdriver init [folder]')
console.log('')
console.log('Options:')
console.log('')
console.log(' -h, --help', ' output usage information')
Expand Down

0 comments on commit f8bdf0a

Please sign in to comment.