X Tutup
Skip to content

Commit bd3bfc8

Browse files
committed
man: document the two new switches for systemd-cgls
1 parent 87843de commit bd3bfc8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

man/systemd-cgls.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,20 @@
105105
<replaceable>MACHINE</replaceable>.</para></listitem>
106106
</varlistentry>
107107

108+
<varlistentry>
109+
<term><option>--xattr=</option></term>
110+
111+
<listitem><para>Controls whether to include information about extended attributes of the listed
112+
control groups in the output. Expects a boolean value, defaults to yes.</para></listitem>
113+
</varlistentry>
114+
115+
<varlistentry>
116+
<term><option>--cgroup-id=</option></term>
117+
118+
<listitem><para>Controls whether to include the numeric ID of the listed control groups in the
119+
output. Expects a boolean value, defaults to yes.</para></listitem>
120+
</varlistentry>
121+
108122
<xi:include href="standard-options.xml" xpointer="help" />
109123
<xi:include href="standard-options.xml" xpointer="version" />
110124
<xi:include href="standard-options.xml" xpointer="no-pager" />

0 commit comments

Comments
 (0)
X Tutup