diff options
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 7fb6afc8f6..db2a1e142b 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -878,6 +878,20 @@ operation.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--flush</option></term> + + <listitem><para>Asks the Journal + daemon to flush any log data stored in + <filename>/run/systemd/log</filename> + into + <filename>/var/systemd/log</filename>, + if persistent storage is enabled. This + call does not return until the + operation is + complete.</para></listitem> + </varlistentry> + <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> <xi:include href="standard-options.xml" xpointer="no-pager" /> |