From: Dan Dedrick Date: Fri, 6 May 2016 19:14:14 +0000 (-0400) Subject: journal-remote: fix up misleading man page X-Git-Tag: v234~988^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f157e4e4f37a12235ee619970e3776f1fdd1849;p=platform%2Fupstream%2Fsystemd.git 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. --- diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.xml index f208f8d..ee2d5c2 100644 --- a/man/systemd-journal-remote.xml +++ b/man/systemd-journal-remote.xml @@ -250,20 +250,19 @@ - - + [BOOL] - Compress or not, respectively, the data in the - journal using XZ. + If this is set to yes then compress + the data in the journal using XZ. The default is yes. + - - + [BOOL] - Periodically sign or not, respectively, the - data in the journal using Forward Secure Sealing. - + If this is set to yes then + periodically sign the data in the journal using Forward Secure Sealing. + The default is no.