diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-08-03 23:49:18 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-08-04 09:03:43 -0400 |
commit | e9fbae3f680ccd8dc3d6d4e7a3d0f7d5de1b28ad (patch) | |
tree | aff2534255dbdca33faf0695c1d02b3ce69b4f7c /man | |
parent | 90b4a64d77ad9395d940b095a27cf9f1cb65e5cb (diff) |
man: describe list-dependencies --all
Meaning of --all was mentioned in list-dependencies description, but the this
effect should also be mentioned in the description of the option itself.
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> |