summaryrefslogtreecommitdiff
path: root/man/coredumpctl.xml
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2015-08-25 10:36:49 +0200
committerLennart Poettering <lennart@poettering.net>2015-08-25 20:06:43 +0200
commitb73e9a024b1533ec0e7ecc1fa4996d0f520eb4de (patch)
tree15d90c416e62933825a582c6e5e19da77550b518 /man/coredumpctl.xml
parent33c1c9745ccc478c8eda72f8bae76945487076ae (diff)
downloadsystemd-b73e9a024b1533ec0e7ecc1fa4996d0f520eb4de.tar.gz
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.
Diffstat (limited to 'man/coredumpctl.xml')
-rw-r--r--man/coredumpctl.xml8
1 files changed, 8 insertions, 0 deletions
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 @@
</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>-D</option> <replaceable>DIR</replaceable></term>
+ <term><option>--directory=</option><replaceable>DIR</replaceable></term>
+
+ <listitem><para>Use the journal files in the specified <option>DIR</option>.
+ </para></listitem>
+ </varlistentry>
+
<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" />