diff options
author | Daniel Mack <github@zonque.org> | 2015-08-25 23:58:03 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-08-25 23:58:03 +0200 |
commit | 6a18bd1616ceeeb7b3eebf265dd10113c0c8811e (patch) | |
tree | 6babc85fca863f1df0aadd66f1dcd03a6614cd31 /man/coredumpctl.xml | |
parent | a0cb22c4751133a7ad744323bb4d774d8040ee7c (diff) | |
parent | f6a4dae6a57fcef3bb2a082f6479dd59aaf5b471 (diff) |
Merge pull request #1038 from poettering/coredumpctl-directory
Add --directory= option for reading alternate journal
Diffstat (limited to 'man/coredumpctl.xml')
-rw-r--r-- | man/coredumpctl.xml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index efbc655a76..0f1afe77c3 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -86,8 +86,8 @@ </varlistentry> <varlistentry> - <term><option>-F</option></term> - <term><option>--field=</option></term> + <term><option>-F</option> <replaceable>FIELD</replaceable></term> + <term><option>--field=</option><replaceable>FIELD</replaceable></term> <listitem><para>Print all possible data values the specified field takes in matching coredump entries of the @@ -95,13 +95,21 @@ </varlistentry> <varlistentry> - <term><option>-o</option></term> - <term><option>--output=FILE</option></term> + <term><option>-o</option> <replaceable>FILE</replaceable></term> + <term><option>--output=</option><replaceable>FILE</replaceable></term> <listitem><para>Write the core to <option>FILE</option>. </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" /> @@ -132,7 +140,7 @@ <listitem><para>Extract the last coredump matching specified characteristics. The coredump will be written on standard output, unless an output file is specified with - <option>-o/--output</option>. </para></listitem> + <option>--output=</option>. </para></listitem> </varlistentry> <varlistentry> |