From 51b0d9380a53a4d28e599d3cc4ac1efd6efe221b Mon Sep 17 00:00:00 2001 From: Kumar McMillan Date: Fri, 8 Jul 2016 14:46:09 -0500 Subject: [PATCH] fix: Fixed incorrect help message for `web-ext sign --id` --- src/program.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/program.js b/src/program.js index 425fcca8df..6d985e492a 100644 --- a/src/program.js +++ b/src/program.js @@ -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', },