File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
test/fixtures/command-line Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ var options = {
369369 key : 'au' ,
370370 api : 'appendua' ,
371371 param : 'string' ,
372- info : 'String to append to the user agent string. This is in addition to the default PTST/ver string. '
372+ info : 'String to append to the user agent string. This is in addition to the default PTST/ver string'
373373 } ,
374374 'testtype' : {
375375 name : 'testtype' ,
@@ -390,21 +390,21 @@ var options = {
390390 key : 'avif' ,
391391 api : 'disableAVIF' ,
392392 param : 'number' ,
393- info : 'Set to 1 to disable AVIF support (Chromium 88+). '
393+ info : 'Set to 1 to disable AVIF support (Chromium 88+)'
394394 } ,
395395 'disableWEBP' : {
396396 name : 'disableWEBP' ,
397397 key : 'webp' ,
398398 api : 'disableWEBP' ,
399399 param : 'number' ,
400- info : 'Set to 1 to disable WEBP support (Chromium 88+). '
400+ info : 'Set to 1 to disable WEBP support (Chromium 88+)'
401401 } ,
402402 'disableJXL' : {
403403 name : 'disableJXL' ,
404404 key : 'jxl' ,
405405 api : 'disableJXL' ,
406406 param : 'number' ,
407- info : 'Set to 1 to disable JpegXL support (Chromium 88+). '
407+ info : 'Set to 1 to disable JpegXL support (Chromium 88+)'
408408 } ,
409409 'dtShaper' : {
410410 name : 'dtShaper' ,
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Options:
9696 -pr, --profiler <number> Set to 1 to enable the V8 sampling profiler (Chromium only)
9797 -avif, --disableAVIF <number> Set to 1 to disable AVIF support (Chromium 88+)
9898 -webp, --disableWEBP <number> Set to 1 to disable WEBP support (Chromium 88+)
99- -jxl, --disableJXL <number> Set to 1 to disable JXL support (Chromium 88+)
99+ -jxl, --disableJXL <number> Set to 1 to disable JpegXL support (Chromium 88+)
100100 -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
101101 -Y, --latency <time> first-hop Round Trip Time in ms (used
102102 when specifying a custom connectivity
You can’t perform that action at this time.
0 commit comments