journal-remote: fix up misleading man page
authorDan Dedrick <ddedrick@lexmark.com>
Fri, 6 May 2016 19:14:14 +0000 (15:14 -0400)
committerDan Dedrick <ddedrick@lexmark.com>
Mon, 10 Oct 2016 19:11:01 +0000 (15:11 -0400)
The --no-seal and --no-compress options were dropped and replaced with
boolean functionality. This syncs the man page with the code.

man/systemd-journal-remote.xml

index f208f8d..ee2d5c2 100644 (file)
       </varlistentry>
 
       <varlistentry>
-        <term><option>--compress</option></term>
-        <term><option>--no-compress</option></term>
+        <term><option>--compress</option> [<replaceable>BOOL</replaceable>]</term>
 
-        <listitem><para>Compress or not, respectively, the data in the
-        journal using XZ.</para></listitem>
+        <listitem><para>If this is set to <literal>yes</literal> then compress
+        the data in the journal using XZ. The default is <literal>yes</literal>.
+        </para></listitem>
       </varlistentry>
 
       <varlistentry>
-        <term><option>--seal</option></term>
-        <term><option>--no-seal</option></term>
+        <term><option>--seal</option> [<replaceable>BOOL</replaceable>]</term>
 
-        <listitem><para>Periodically sign or not, respectively, the
-        data in the journal using Forward Secure Sealing.
-        </para></listitem>
+        <listitem><para>If this is set to <literal>yes</literal> then
+        periodically sign the data in the journal using Forward Secure Sealing.
+        The default is <literal>no</literal>.</para></listitem>
       </varlistentry>
 
       <varlistentry>