diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-08-04 16:11:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-04 16:11:38 +0200 |
commit | 07a1734a13a7c43cf4b86c10358cacc7051f6469 (patch) | |
tree | d97b1e65c82e852652098a6ee61a7dbd40d272c7 /man | |
parent | 99d2baa2cab0706d89beff596f997d4e3a1c833f (diff) | |
parent | e9fbae3f680ccd8dc3d6d4e7a3d0f7d5de1b28ad (diff) |
Merge pull request #3885 from keszybz/help-output
Update help for "short-full" and shorten to 80 columns
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index e7880d24f7..0ad0ad6d7e 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -156,6 +156,10 @@ <para>To list all units installed in the file system, use the <command>list-unit-files</command> command instead.</para> + + <para>When listing units with <command>list-dependencies</command>, recursively show + dependencies of all dependent units (by default only dependencies of target units are + shown).</para> </listitem> </varlistentry> |