Skip to content

Commit 68fd7f4

Browse files
committed
Formatting & clarifications
1 parent 2f4d7c0 commit 68fd7f4

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# macOS User Defaults (`user-defaults`)
2-
Wrapper for macOS defaults, designed for running with admin privileges to read/write the defaults of another user.
2+
Wrapper for macOS defaults, designed for running with admin privileges to read/write the defaults of another user while properly handling permissions and reloading of defaults to reflect and apply any changes.
33

44
## Usage
55

6-
Usage remains the same as the native macOS defaults command, with the following additional flags:
6+
Usage remains the same as the native macOS defaults command, with the following additional flags, which may be used with a single or double dash:
77

8-
| Flag | Description |
9-
|------------|------------------------------------------------------------------------------------------------------|
10-
| `-user` | The user to read/write the preferences with. |
11-
| `-quiet` | Does not show error output or confirmations. In the case of a read command, only the value is shown. |
12-
| `-force` | When writing, will ignore the existence of a Managed Preference and write the value anyway. |
13-
| `-version` | Displays the version |
8+
| Flag | Description |
9+
|-----------|------------------------------------------------------------------------------------------------------|
10+
| `user` | The user to read/write the preferences with. |
11+
| `quiet` | Does not show error output or confirmations. In the case of a read command, only the value is shown. |
12+
| `force` | When writing, will ignore the existence of a Managed Preference and write the value anyway. |
13+
| `version` | Displays the version |
1414

15-
When using the `-user` flag, written preferences are stored in the user's library unless the domain specified is an absolute path.
15+
When using the `user` flag, written preferences are stored in the user's library unless the domain specified is an absolute path.
1616

1717
## Additional Conveniences
1818

0 commit comments

Comments
 (0)