Skip to content

Commit

Permalink
full stops removed from mapping.js
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulsuhail committed Aug 11, 2021
1 parent e5b93e6 commit bdffc70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lib/mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ var options = {
key : 'au',
api : 'appendua',
param : 'string',
info : 'String to append to the user agent string. This is in addition to the default PTST/ver string.'
info : 'String to append to the user agent string. This is in addition to the default PTST/ver string'
},
'testtype' : {
name : 'testtype',
Expand All @@ -390,21 +390,21 @@ var options = {
key : 'avif',
api : 'disableAVIF',
param : 'number',
info : 'Set to 1 to disable AVIF support (Chromium 88+).'
info : 'Set to 1 to disable AVIF support (Chromium 88+)'
},
'disableWEBP' : {
name : 'disableWEBP',
key : 'webp',
api : 'disableWEBP',
param : 'number',
info : 'Set to 1 to disable WEBP support (Chromium 88+).'
info : 'Set to 1 to disable WEBP support (Chromium 88+)'
},
'disableJXL' : {
name : 'disableJXL',
key : 'jxl',
api : 'disableJXL',
param : 'number',
info : 'Set to 1 to disable JpegXL support (Chromium 88+).'
info : 'Set to 1 to disable JpegXL support (Chromium 88+)'
},
'dtShaper' : {
name : 'dtShaper',
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/command-line/help-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Options:
-pr, --profiler <number> Set to 1 to enable the V8 sampling profiler (Chromium only)
-avif, --disableAVIF <number> Set to 1 to disable AVIF support (Chromium 88+)
-webp, --disableWEBP <number> Set to 1 to disable WEBP support (Chromium 88+)
-jxl, --disableJXL <number> Set to 1 to disable JXL support (Chromium 88+)
-jxl, --disableJXL <number> Set to 1 to disable JpegXL support (Chromium 88+)
-dts, --dtShaper <number> Set to 1 to use Chrome's built-in traffic-shaping instead of the packet-level netem shaping usually used by the test agents
-Y, --latency <time> first-hop Round Trip Time in ms (used
when specifying a custom connectivity
Expand Down

0 comments on commit bdffc70

Please sign in to comment.