summaryrefslogtreecommitdiffstats
path: root/docs/plistutil.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plistutil.1')
-rw-r--r--docs/plistutil.111
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/plistutil.1 b/docs/plistutil.1
index f322bab..64373b3 100644
--- a/docs/plistutil.1
+++ b/docs/plistutil.1
@@ -79,6 +79,17 @@ A nodepath of:
79JSON and OpenStep only: Print output in compact form. By default, the output 79JSON and OpenStep only: Print output in compact form. By default, the output
80will be pretty-printed. 80will be pretty-printed.
81.TP 81.TP
82.B \-C, \-\-coerce
83JSON and OpenStep only: Coerce non-compatible plist types to JSON/OpenStep
84compatible representations.
85Date values become ISO 8601 strings,
86data values become Base64-encoded strings (JSON),
87UID values become integers,
88boolean becomes 1 or 0 (OpenStep),
89and NULL becomes a string 'NULL' (OpenStep)
90
91This options is implied when invoked as plist2json.
92.TP
82.B \-s, \-\-sort 93.B \-s, \-\-sort
83Sort all dictionary nodes lexicographically by key before converting to the output format. 94Sort all dictionary nodes lexicographically by key before converting to the output format.
84.TP 95.TP