Skip to content

Commit

Permalink
updating CLI message (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
fellyph authored and amovar18 committed Dec 12, 2024
1 parent 01ccc41 commit c7bf79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Options:
-c, --concurrency <num> Number of tabs to open in parallel during sitemap or CSV analysis (default: 3)
-w, --wait <num> Number of milliseconds to wait after the page is loaded before generating the report (default: 20000)
-l, --locale <language> Locale to use for the CLI, supported: en, hi, es, ja, ko, pt-BR (default: "en")
-b, --button-selectors <path> The path to a json file which contains selectors or button text to be used for GDPR banner acceptance
-b, --button-selectors <path> The path to a JSON file that contains selectors or button text to be used for GDPR banner acceptance
-h, --help Display help for command
To learn more, visit our wiki: https://github.com/GoogleChromeLabs/ps-analysis-tool/wiki.
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ program
)
.option(
'-b, --button-selectors <path>',
'The path to a json file which contains selectors or button text to be used for GDPR banner acceptance',
'The path to a JSON file that contains selectors or button text to be used for GDPR banner acceptance',
(value) => filePathValidator(value, '-b')
)
.helpOption('-h, --help', 'Display help for command')
Expand Down

0 comments on commit c7bf79d

Please sign in to comment.