diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-24 21:35:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-24 21:35:38 -0500 |
commit | 5a36dddca383ad80fb6eddf7c9cf3347a547ffe0 (patch) | |
tree | bb34b594f8fefa72f0c71a40266dac08b9c7d70a /man | |
parent | 78e4f19ebc4c128ec72d732068df5b6f8a0e122d (diff) | |
parent | 15710d44791f8f56dd688cff6c597622bbd70b3c (diff) |
Merge pull request #5429 from GiedriusS/master
coredumpctl: implement --since/--until (-S/-U) for info/list verbs
Diffstat (limited to 'man')
-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> |