Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit b86413e

Browse files
committed
Fix preferences section in README
1 parent 951b005 commit b86413e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ To see a list of possible options, just run:
5050
pxctest run-tests --help
5151
```
5252

53-
Most of the options should be self-explanatory. If not, please open an issue or submit some pull request. However the `--preferences` option needs a special section here.
53+
Most of the options should be self-explanatory. If not, please open an issue or submit some pull request. However the `--defaults` option needs a special section here.
5454

55-
#### run-tests --preferences
55+
#### run-tests --defaults
5656

57-
This option expects a path to a file, which contains some JSON. After loading this file, its content gets applied to the Simulator's preferences property list file located at `Library/Preferences/com.apple.Preferences.plist`.
57+
This option expects a path to a file, which contains some JSON. After loading this file, its content gets applied to the Simulator's defaults. On the top level the keys must be either a relative path or a domain where the defaults are located.
5858

5959
Example: You can turn off all keyboard settings that you can find in the Simulator's Settings app by using following JSON content:
6060

0 commit comments

Comments
 (0)