summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-03-14 17:58:08 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-03-14 18:03:32 +0100
commitec38ec55ee138c80e56d448de110c47791040540 (patch)
treeb2cbf72a7df7685c966fab98b1fe08e6b25d0b3a /man
parent5346bb499f77650679f9d44885ea5551b4bcce81 (diff)
downloadsystemd-ec38ec55ee138c80e56d448de110c47791040540.tar.gz
cgls: add -x and -c options
-x is short for --xattrs=yes and -c is short for --cgroup-id=yes.
Diffstat (limited to 'man')
-rw-r--r--man/systemd-cgls.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/man/systemd-cgls.xml b/man/systemd-cgls.xml
index 4b5449e71c..794ff868f9 100644
--- a/man/systemd-cgls.xml
+++ b/man/systemd-cgls.xml
@@ -106,17 +106,20 @@
</varlistentry>
<varlistentry>
+ <term><option>-x</option></term>
<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 no.</para></listitem>
+ control groups in the output. With the long option, expects a boolean value. Defaults to no.
+ </para></listitem>
</varlistentry>
<varlistentry>
+ <term><option>-c</option></term>
<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 no.</para></listitem>
+ output. With the long option, expects a boolean value. Defaults to no.</para></listitem>
</varlistentry>
<xi:include href="standard-options.xml" xpointer="help" />