]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: describe list-dependencies --all 3885/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Aug 2016 03:49:18 +0000 (23:49 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Aug 2016 13:03:43 +0000 (09:03 -0400)
Meaning of --all was mentioned in list-dependencies description, but the this
effect should also be mentioned in the description of the option itself.

man/systemctl.xml

index e7880d24f7560644c6af8528f5b40df86ffe83d5..0ad0ad6d7e4f7902ac48e5291f8128886518a09d 100644 (file)
 
           <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>