diff options
author | Nikias Bassen | 2023-02-06 18:57:40 +0100 |
---|---|---|
committer | Nikias Bassen | 2023-02-06 18:57:40 +0100 |
commit | 6390abcd1c94f4c29291c81322726d6946fd345f (patch) | |
tree | 78230cf2e3469afcaed35051ee615d7a3369e617 /docs/plistutil.1 | |
parent | d3908006349f38bcfc0151daebd98b6873a2dbfc (diff) | |
download | libplist-6390abcd1c94f4c29291c81322726d6946fd345f.tar.gz libplist-6390abcd1c94f4c29291c81322726d6946fd345f.tar.bz2 |
plistutil: Add command line switch to allow sorting of the output plist
Diffstat (limited to 'docs/plistutil.1')
-rw-r--r-- | docs/plistutil.1 | 3 |
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 |