summaryrefslogtreecommitdiff
path: root/man/coredumpctl.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-02-09 16:43:55 +0100
committerLennart Poettering <lennart@poettering.net>2021-02-10 12:22:03 +0100
commitbbd86b72f1aacb6d7bf9c58bf96ea136b27be3b7 (patch)
tree5c110f6b13e39e0baac0b6994e2808782edef5ee /man/coredumpctl.xml
parent0689cfdb83f573f70188003a366f20968267be7f (diff)
downloadsystemd-bbd86b72f1aacb6d7bf9c58bf96ea136b27be3b7.tar.gz
man: document new coredumpctl features
Diffstat (limited to 'man/coredumpctl.xml')
-rw-r--r--man/coredumpctl.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml
index b06cadd08c..f69f26dc66 100644
--- a/man/coredumpctl.xml
+++ b/man/coredumpctl.xml
@@ -154,20 +154,22 @@
<xi:include href="standard-options.xml" xpointer="help" />
<xi:include href="standard-options.xml" xpointer="version" />
+ <xi:include href="standard-options.xml" xpointer="no-pager" />
+ <xi:include href="standard-options.xml" xpointer="no-legend" />
+ <xi:include href="standard-options.xml" xpointer="json" />
<varlistentry>
- <term><option>--no-legend</option></term>
+ <term><option>-1</option></term>
- <listitem><para>Do not print column headers.</para></listitem>
+ <listitem><para>Show information of the most recent core dump only, instead of listing all known core
+ dumps. (Equivalent to <option>--reverse -n 1</option></para></listitem>
</varlistentry>
- <xi:include href="standard-options.xml" xpointer="no-pager" />
-
<varlistentry>
- <term><option>-1</option></term>
+ <term><option>-n</option> <replaceable>INT</replaceable></term>
- <listitem><para>Show information of a single core dump only, instead of listing
- all known core dumps.</para></listitem>
+ <listitem><para>Show at most the specified number of entries. The specified parameter must be an
+ integer greater or equal to 1.</para></listitem>
</varlistentry>
<varlistentry>