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