bd1529
From 588e3e8008d24021ec025d54318fb07d2212293c Mon Sep 17 00:00:00 2001
bd1529
From: Lennart Poettering <lennart@poettering.net>
bd1529
Date: Tue, 26 Mar 2019 18:02:49 +0100
bd1529
Subject: [PATCH] man: document the new systemctl --show-transaction option
bd1529
bd1529
(cherry picked from commit df4a7cb7323c8cf00553d766913312c5b7ccd508)
bd1529
bd1529
Related: #846319
bd1529
---
bd1529
 man/systemctl.xml | 14 ++++++++++++++
bd1529
 1 file changed, 14 insertions(+)
bd1529
bd1529
diff --git a/man/systemctl.xml b/man/systemctl.xml
bd1529
index 6145486123..fa08ab6c0a 100644
bd1529
--- a/man/systemctl.xml
bd1529
+++ b/man/systemctl.xml
bd1529
@@ -298,6 +298,20 @@
bd1529
 
bd1529
       </varlistentry>
bd1529
 
bd1529
+      <varlistentry>
bd1529
+        <term><option>-T</option></term>
bd1529
+        <term><option>--show-transaction</option></term>
bd1529
+
bd1529
+        <listitem>
bd1529
+          <para>When enqueuing a unit job (for example as effect of a <command>systemctl start</command>
bd1529
+          invocation or similar), show brief information about all jobs enqueued, covering both the requested
bd1529
+          job and any added because of unit dependencies. Note that the output will only include jobs
bd1529
+          immediately part of the transaction requested. It is possible that service start-up program code
bd1529
+          run as effect of the enqueued jobs might request further jobs to be pulled in. This means that
bd1529
+          completion of the listed jobs might ultimately entail more jobs than the listed ones.</para>
bd1529
+        </listitem>
bd1529
+      </varlistentry>
bd1529
+
bd1529
       <varlistentry>
bd1529
         <term><option>--fail</option></term>
bd1529