diff options
author | Giedrius Statkevičius <giedrius.statkevicius@gmail.com> | 2017-02-24 21:30:41 +0200 |
---|---|---|
committer | Giedrius Statkevičius <giedrius.statkevicius@gmail.com> | 2017-02-24 21:30:41 +0200 |
commit | 4ab2753e368e0872fce7835650688af12d26920f (patch) | |
tree | 7336c8eb6aa8e90c75d6234cb7ccdd657a8b04c7 /man/coredumpctl.xml | |
parent | 32485d09046d36fed436a1eaefbf0fac5bfc9a47 (diff) | |
download | systemd-4ab2753e368e0872fce7835650688af12d26920f.tar.gz |
man/coredumpctl: document the new options -S/-U
Diffstat (limited to 'man/coredumpctl.xml')
-rw-r--r-- | man/coredumpctl.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index 72a244d2eb..5204db4073 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -92,6 +92,20 @@ </varlistentry> <varlistentry> + <term><option>-S</option></term> + <term><option>--since</option></term> + + <listitem><para>Only print entries which are since the specified date.</para></listitem> + </varlistentry> + + <varlistentry> + <term><option>-U</option></term> + <term><option>--until</option></term> + + <listitem><para>Only print entries which are until the specified date.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>-r</option></term> <term><option>--reverse</option></term> |