summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDan Dedrick <ddedrick@lexmark.com>2016-05-06 15:14:14 -0400
committerDan Dedrick <ddedrick@lexmark.com>2016-10-10 15:11:01 -0400
commit6f157e4e4f37a12235ee619970e3776f1fdd1849 (patch)
tree532a5aa252bda4694083429a022e33951cba07bb /man
parent800d3f3478b3dfd546344a4b8f5cc09860bd7da5 (diff)
journal-remote: fix up misleading man page
The --no-seal and --no-compress options were dropped and replaced with boolean functionality. This syncs the man page with the code.
Diffstat (limited to 'man')
-rw-r--r--man/systemd-journal-remote.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.xml
index f208f8deb4..ee2d5c2486 100644
--- a/man/systemd-journal-remote.xml
+++ b/man/systemd-journal-remote.xml
@@ -250,20 +250,19 @@
</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>