diff options
author | Luca Boccassi <bluca@debian.org> | 2022-10-07 16:19:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 16:19:03 +0200 |
commit | b25e08a752017cb71fc86cf8d3012339143dee89 (patch) | |
tree | d06a9a128496f1925bf2974391fb0478fb03d14c /man/journalctl.xml | |
parent | Merge pull request #24930 from yuwata/network-drop-ndisc-vacuum (diff) | |
parent | journal: Add --convert= command to journalctl (diff) | |
download | systemd-b25e08a752017cb71fc86cf8d3012339143dee89.tar.xz systemd-b25e08a752017cb71fc86cf8d3012339143dee89.zip |
Merge pull request #22998 from DaanDeMeyer/journal-compact-split
journal: Add compact mode
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 75427bc632..eedef27648 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -854,6 +854,17 @@ cryptographic theory it is based on.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--convert=</option></term> + + <listitem><para>Converts the specified journal files to the latest supported journal format. Takes + the path to store the converted journal files. The path should include the filename to be used for + the converted files, with the <literal>.journal</literal> extension (e.g. + <filename>/a/b/c/converted.journal</filename> will store the journal files in the + <filename>/a/b/c</filename> directory using <filename>converted.journal</filename> as the filename). + </para></listitem> + </varlistentry> + <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> </variablelist> |