Skip to content

Commit

Permalink
fix: Fixed incorrect help message for web-ext sign --id
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Jul 8, 2016
1 parent 9c465bd commit 51b0d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/program.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ Example: $0 --help run.
},
'id': {
describe:
'A custom ID for the extension. This will override ' +
'any ID declared by manifest.json.',
'A custom ID for the extension. This has no effect if the ' +
'extension already declares an explicit ID in its manifest.',
demand: false,
type: 'string',
},
Expand Down

0 comments on commit 51b0d93

Please sign in to comment.