Skip to content

Commit

Permalink
fix: Fixed web-ext --help build
Browse files Browse the repository at this point in the history
  • Loading branch information
sharang-d committed Apr 20, 2016
1 parent 8376362 commit 1fbfd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Example: $0 --help run.
program
.command('build',
'Create a web extension package from source',
commands.build)
commands.build, {})
.command('sign',
'Sign the web extension so it can be installed in Firefox',
commands.sign, {
Expand Down

0 comments on commit 1fbfd17

Please sign in to comment.