diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-17 03:31:38 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-17 04:00:44 +0100 |
commit | 1238ee09b7babb175b9bf7ad1d0e8eb2a414ee6e (patch) | |
tree | cf21f3744760337b86a9956f19fa1a4022bbb48a /man/systemctl.xml | |
parent | 9ec65868668839136ee10bcf6785938c3ad9a1a1 (diff) |
systemctl: introduce -r switch to show units running in local containers in addition to the host
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index ee6ab8f544..cd27c4a8e1 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -132,6 +132,18 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </varlistentry> <varlistentry> + <term><option>-r</option></term> + <term><option>--recursive</option></term> + + <listitem> + <para>When listing units, also show units of local + containers. Units of local containers will be prefixed with + the container name, separated by a single colon character + (<literal>:</literal>).</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--reverse</option></term> <listitem> |