This commit is contained in:
Peter Hedenskog 2022-10-12 22:01:07 +02:00 committed by soulgalore
parent 19c3943653
commit d526d7cd5b
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ module.exports.parseCommandLine = function parseCommandLine() {
type: 'boolean',
default: false,
describe:
'Run Browsertime in debug mode. Use commands.breakpoint(name) to set btreakpoints in your script. Debug mode works for Firefox/Chrome/Edge on desktop.',
'Run Browsertime in debug mode. Use commands.breakpoint(name) to set breakpoints in your script. Debug mode works for Firefox/Chrome/Edge on desktop.',
group: 'Browser'
})
.option('browsertime.limitedRunData', {

View File

@ -59,7 +59,7 @@ module.exports = {
groupSeparator: {
default: '_',
describe:
'Choose which character that will seperate a group/domain. Default is underscore, set it to a dot if you wanna keep the original domain name.',
'Choose which character that will separate a group/domain. Default is underscore, set it to a dot if you wanna keep the original domain name.',
group: 'InfluxDB'
},
annotationScreenshot: {