diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-16 17:35:58 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-16 18:59:08 +0200 |
commit | c3175a7f40a2d2fabc3a2de63033a6810d45221a (patch) | |
tree | 60f589e8b66241145a03b7c65890cec649510f5d /man/systemd-cgls.xml | |
parent | c7b5eb98e8eeafe63a079ee3c51e9670872437ae (diff) |
cgls: don't show empty cgroups by default
Diffstat (limited to 'man/systemd-cgls.xml')
-rw-r--r-- | man/systemd-cgls.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/systemd-cgls.xml b/man/systemd-cgls.xml index fb9f06b307..df51685adb 100644 --- a/man/systemd-cgls.xml +++ b/man/systemd-cgls.xml @@ -69,6 +69,9 @@ of the control group the working directory refers to. Otherwise the full systemd control group hierarchy is shown.</para> + + <para>By default empty control cgroups are not + shown.</para> </refsect1> <refsect1> @@ -86,6 +89,13 @@ </varlistentry> <varlistentry> + <term><option>--version</option></term> + + <listitem><para>Prints a short version + string and exits.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--no-pager</option></term> <listitem><para>Do not pipe output into a @@ -93,6 +103,14 @@ </varlistentry> <varlistentry> + <term><option>--all</option></term> + + <listitem><para>Don't hide empty + control groups in the + outpout.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>-k</option></term> <listitem><para>Include kernel |