blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

When typing "bbwp", packager prints out "Usage: undefined..." instead of "Usage: bbwp..." #81

Closed ishneur closed 12 years ago

ishneur commented 12 years ago

Description:

Type "bbwp" at the console.

Expected: The packager prints out "Usage: bbwp" followed by the usage information. Actual: The packager prints out "Usage: undefined" followed by the usage information.

When typing "bbwp -h" at the console, the packager prints out "Usage: bbwp.js" followed by the usage information.

It should probably be consistent between "bbwp" and "bbwp -h".

Build: http://mac-ci:9000/job/BB10-Webworks-Packager-next-issue-58/

tracyli commented 12 years ago

verification got passed in build http://mac-ci:9000/job/BB10-Webworks-Packager-next-fix81/1/.

erhorim commented 12 years ago

Defect fixed by blackberry-webworks/BB10-Webworks-Packager#21