]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document the two new switches for systemd-cgls
authorLennart Poettering <lennart@poettering.net>
Wed, 6 Oct 2021 15:12:26 +0000 (17:12 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 Oct 2021 09:50:52 +0000 (11:50 +0200)
man/systemd-cgls.xml

index da853ec5aa0d21074a2374a8e14f84286c992545..3fa0a35770e35ca332b00db603f97ea6fb572b33 100644 (file)
         <replaceable>MACHINE</replaceable>.</para></listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><option>--xattr=</option></term>
+
+        <listitem><para>Controls whether to include information about extended attributes of the listed
+        control groups in the output. Expects a boolean value, defaults to yes.</para></listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--cgroup-id=</option></term>
+
+        <listitem><para>Controls whether to include the numeric ID of the listed control groups in the
+        output. Expects a boolean value, defaults to yes.</para></listitem>
+      </varlistentry>
+
       <xi:include href="standard-options.xml" xpointer="help" />
       <xi:include href="standard-options.xml" xpointer="version" />
       <xi:include href="standard-options.xml" xpointer="no-pager" />