summaryrefslogtreecommitdiff
path: root/man/systemd-cgls.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-10-06 17:12:26 +0200
committerLennart Poettering <lennart@poettering.net>2021-10-07 11:50:52 +0200
commitbd3bfc88567d26cd3266905db1efc7d8fb3d8eea (patch)
tree78d7bd5707c142f60b179e57cd74241e3e315ca8 /man/systemd-cgls.xml
parent87843de48bf2a5425ede1ff8aa9e16aff0214170 (diff)
downloadsystemd-bd3bfc88567d26cd3266905db1efc7d8fb3d8eea.tar.gz
man: document the two new switches for systemd-cgls
Diffstat (limited to 'man/systemd-cgls.xml')
-rw-r--r--man/systemd-cgls.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/systemd-cgls.xml b/man/systemd-cgls.xml
index da853ec5aa..3fa0a35770 100644
--- a/man/systemd-cgls.xml
+++ b/man/systemd-cgls.xml
@@ -105,6 +105,20 @@
<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" />