diff options
author | Lion Yang <lion@aosc.io> | 2018-07-08 06:00:39 +0800 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-07-23 17:45:53 +0200 |
commit | 2fafabfdc418aa359c2caf03391bbe1f650b12be (patch) | |
tree | 6c3c8605a589d47ea4d41289ec21dd78f1b4a116 /man/coredumpctl.xml | |
parent | 1d2d351319d23b252f89f5e346eacdb205d93660 (diff) | |
download | systemd-2fafabfdc418aa359c2caf03391bbe1f650b12be.tar.gz |
coredumpctl: info shows the last entry by default
Closes #9524.
Diffstat (limited to 'man/coredumpctl.xml')
-rw-r--r-- | man/coredumpctl.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index caa1bb1c0f..94d5626fb5 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -210,7 +210,8 @@ <varlistentry> <term><command>info</command></term> - <listitem><para>Show detailed information about core dumps + <listitem><para>Show detailed information about the last core dump + or core dumps matching specified characteristics captured in the journal.</para></listitem> </varlistentry> |