2021-05-28 Fred Gleason <fredg@paravelsystems.com>

* Added an 'RDProcess::prettyCommandString()' method.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-05-28 13:42:35 -04:00
parent f7565ef11c
commit 3186005094
4 changed files with 23 additions and 0 deletions

View File

@@ -90,6 +90,19 @@
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--force-service-maintenance</option>
</term>
<listitem>
<para>
Force the initial maintenance run to include System maintenance,
even if the scheduling algorithm doesn't call for it. (Useless
except for debugging).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--initial-maintenance-interval=<replaceable>interval</replaceable></option>
@@ -98,6 +111,7 @@
<para>
Schedule the initial maintenance run to be started
<replaceable>interval</replaceable> milliseconds after startup.
(Useless except for debugging).
</para>
</listitem>
</varlistentry>