]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document new --json= mode 21265/head
authorLennart Poettering <lennart@poettering.net>
Mon, 8 Nov 2021 17:05:32 +0000 (18:05 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 8 Nov 2021 20:42:53 +0000 (21:42 +0100)
man/userdbctl.xml

index 3c26ce3024a390aee41db424bdc4e9186a3c1d84..522c6c665ffcb988684e41ac628203554027c3c8 100644 (file)
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><option>--json=</option><replaceable>FORMAT</replaceable></term>
+
+        <listitem><para>Selects JSON out mode (like <option>--output=json</option>) and selects the precise
+        display mode. Takes one of <literal>pretty</literal> or <literal>short</literal>. If
+        <literal>pretty</literal> human-friendly whitespace and newlines are inserted in the output to make
+        the JSON data more readable. If <literal>short</literal> all superfluous whitespace is
+        suppressed.</para></listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><option>--service=</option><replaceable>SERVICE</replaceable><optional>:<replaceable>SERVICE…</replaceable></optional></term>
         <term><option>-s</option> <replaceable>SERVICE</replaceable>:<replaceable>SERVICE…</replaceable></term>