From b73e9a024b1533ec0e7ecc1fa4996d0f520eb4de Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 25 Aug 2015 10:36:49 +0200 Subject: coredumpctl: Add --directory option for reading alternate journal In the Cockpit integration tests we hang onton the journal files for a failed test and would like to inspect them using coredumpctl. This commit adds the ability to specify an alternate directory for coredumpctl to read the journal from. --- man/coredumpctl.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'man/coredumpctl.xml') diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index efbc655a76..1bcc984cc5 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -102,6 +102,14 @@ + + DIR + DIR + + Use the journal files in the specified . + + + -- cgit v1.2.3-54-g00ecf From f6a4dae6a57fcef3bb2a082f6479dd59aaf5b471 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 25 Aug 2015 20:04:55 +0200 Subject: man: minor fixes to coredumpctl(1) --- man/coredumpctl.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/coredumpctl.xml') diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index 1bcc984cc5..0f1afe77c3 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -86,8 +86,8 @@ - - + FIELD + FIELD Print all possible data values the specified field takes in matching coredump entries of the @@ -95,8 +95,8 @@ - - + FILE + FILE Write the core to . @@ -140,7 +140,7 @@ Extract the last coredump matching specified characteristics. The coredump will be written on standard output, unless an output file is specified with - . + . -- cgit v1.2.3-54-g00ecf