diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-10-07 18:14:16 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-10-07 20:24:25 +0200 |
commit | 46fb302f721bb1e138341217848ef9a0f7b46f6c (patch) | |
tree | a59030e848351d3fad36c169c242797bb9f96869 /man/journalctl.xml | |
parent | fuzz: shorten name of fuzz test case (diff) | |
download | systemd-46fb302f721bb1e138341217848ef9a0f7b46f6c.tar.xz systemd-46fb302f721bb1e138341217848ef9a0f7b46f6c.zip |
Revert "journal: Add --convert= command to journalctl"
This reverts commit 721620e8a32907ffe546a582c5ac7136b6367510.
This commit was accidentally merged as part of #22998
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index eedef27648..75427bc632 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -854,17 +854,6 @@ 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> |