diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-cgls.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/systemd-cgls.xml b/man/systemd-cgls.xml index 91d0c0b1bb..219514b183 100644 --- a/man/systemd-cgls.xml +++ b/man/systemd-cgls.xml @@ -57,7 +57,7 @@ <cmdsynopsis> <command>systemd-cgls</command> <arg choice="opt" rep="repeat">OPTIONS</arg> - <arg choice="plain"><option>--unit</option></arg> + <arg choice="plain"><option>--unit</option>|<option>--user-unit</option></arg> <arg choice="opt" rep="repeat">UNIT</arg> </cmdsynopsis> </refsynopsisdiv> @@ -110,6 +110,13 @@ </varlistentry> <varlistentry> + <term><option>--user-unit</option></term> + + <listitem><para>Show cgroup subtrees for the specified user units.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-k</option></term> <listitem><para>Include kernel threads in output. |