diff options
author | Stef Walter <stefw@redhat.com> | 2015-08-25 10:36:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-08-25 20:06:43 +0200 |
commit | b73e9a024b1533ec0e7ecc1fa4996d0f520eb4de (patch) | |
tree | 15d90c416e62933825a582c6e5e19da77550b518 /man | |
parent | 33c1c9745ccc478c8eda72f8bae76945487076ae (diff) |
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')
-rw-r--r-- | man/coredumpctl.xml | 8 |
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" /> |