Skip to content

Commit 698a652

Browse files
authored
Merge pull request #71 from bigethan/locationConnectivity
adding a bit that the location must be specified for the connectivity
2 parents 661afb7 + fe4f8ed commit 698a652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
7878

7979
#### Test (works for **test** command only)
8080
* **-l, --location** _\<location\>_: location to test from
81-
* **-y, --connectivity** _\<profile\>_: connectivity profile (Cable|DSL|FIOS|Dial|3G|3GFast|Native|custom) [Cable]
81+
* **-y, --connectivity** _\<profile\>_: connectivity profile -- requires location to be specified -- (Cable|DSL|FIOS|Dial|3G|3GFast|Native|custom) [Cable]
8282
* **-r, --runs** _\<number\>_: number of test runs [1]
8383
* **-f, --first**: skip the Repeat View test
8484
* **-v, --video**: capture video
@@ -404,7 +404,7 @@ wpt.runTest(script, function(err, data) {
404404

405405
#### Test (works for `runTest` method only)
406406
* **location**: _String_, location to test from
407-
* **connectivity**: _String_, connectivity profile (Cable|DSL|FIOS|Dial|3G|3GFast|Native|custom) [Cable]
407+
* **connectivity**: _String_, connectivity profile -- requires location to be specified -- (Cable|DSL|FIOS|Dial|3G|3GFast|Native|custom) [Cable]
408408
* **runs**: _Number_, number of test runs [1]
409409
* **firstViewOnly**: _Boolean_, skip the Repeat View test
410410
* **video**: _Boolean_, capture video

0 commit comments

Comments
 (0)