diff options
Diffstat (limited to 'docs/plistutil.1')
| -rw-r--r-- | docs/plistutil.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/plistutil.1 b/docs/plistutil.1 index eb1b591..5342e91 100644 --- a/docs/plistutil.1 +++ b/docs/plistutil.1 | |||
| @@ -18,13 +18,17 @@ filename, plistutil will read from stdin. | |||
| 18 | Output FILE to convert to. If this argument is omitted or - is passed as | 18 | Output FILE to convert to. If this argument is omitted or - is passed as |
| 19 | filename, plistutil will write to stdout. | 19 | filename, plistutil will write to stdout. |
| 20 | .TP | 20 | .TP |
| 21 | .B \-f, \-\-format [bin|xml|json] | 21 | .B \-f, \-\-format [bin|xml|json|openstep] |
| 22 | Force output format, regardless of input type. This is useful if the input | 22 | Force output format, regardless of input type. This is useful if the input |
| 23 | format is not known, but the output format should always be in a specific | 23 | format is not known, but the output format should always be in a specific |
| 24 | format (like xml or json). | 24 | format (like xml or json). |
| 25 | 25 | ||
| 26 | If omitted, XML plist data will be converted to binary and vice-versa. To | 26 | If omitted, XML plist data will be converted to binary and vice-versa. To |
| 27 | convert to/from JSON the output format needs to specified. | 27 | convert to/from JSON or OpenStep the output format needs to specified. |
| 28 | .TP | ||
| 29 | .B \-c, \-\-compact | ||
| 30 | JSON and OpenStep only: Print output in compact form. By default, the output | ||
| 31 | will be pretty-printed. | ||
| 28 | .TP | 32 | .TP |
| 29 | .B \-h, \-\-help | 33 | .B \-h, \-\-help |
| 30 | Prints usage information. | 34 | Prints usage information. |
