From 6390abcd1c94f4c29291c81322726d6946fd345f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 6 Feb 2023 18:57:40 +0100 Subject: plistutil: Add command line switch to allow sorting of the output plist --- docs/plistutil.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 -- cgit v1.1-32-gdbae