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