Skip to content

Commit 51b0d93

Browse files
committed
fix: Fixed incorrect help message for web-ext sign --id
1 parent 9c465bd commit 51b0d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/program.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ Example: $0 --help run.
205205
},
206206
'id': {
207207
describe:
208-
'A custom ID for the extension. This will override ' +
209-
'any ID declared by manifest.json.',
208+
'A custom ID for the extension. This has no effect if the ' +
209+
'extension already declares an explicit ID in its manifest.',
210210
demand: false,
211211
type: 'string',
212212
},

0 commit comments

Comments
 (0)