summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2023-02-06 18:57:40 +0100
committerGravatar Nikias Bassen2023-02-06 18:57:40 +0100
commit6390abcd1c94f4c29291c81322726d6946fd345f (patch)
tree78230cf2e3469afcaed35051ee615d7a3369e617 /docs
parentd3908006349f38bcfc0151daebd98b6873a2dbfc (diff)
downloadlibplist-6390abcd1c94f4c29291c81322726d6946fd345f.tar.gz
libplist-6390abcd1c94f4c29291c81322726d6946fd345f.tar.bz2
plistutil: Add command line switch to allow sorting of the output plist
Diffstat (limited to 'docs')
-rw-r--r--docs/plistutil.13
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/plistutil.1 b/docs/plistutil.1
index 5342e91..b0bf61d 100644
--- a/docs/plistutil.1
+++ b/docs/plistutil.1
@@ -30,6 +30,9 @@ convert to/from JSON or OpenStep the output format needs to specified.
JSON and OpenStep only: Print output in compact form. By default, the output
will be pretty-printed.
.TP
+.B \-s, \-\-sort
+Sort all dictionary nodes lexicographically by key before converting to the output format.
+.TP
.B \-h, \-\-help
Prints usage information.
.TP