typeos
This commit is contained in:
parent
19c3943653
commit
d526d7cd5b
|
|
@ -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', {
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue