mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
parent
1d2d351319
commit
2fafabfdc4
@ -210,7 +210,8 @@
|
||||
<varlistentry>
|
||||
<term><command>info</command></term>
|
||||
|
||||
<listitem><para>Show detailed information about core dumps
|
||||
<listitem><para>Show detailed information about the last core dump
|
||||
or core dumps matching specified characteristics
|
||||
captured in the journal.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -654,7 +654,8 @@ static int dump_list(int argc, char **argv, void *userdata) {
|
||||
* pick a fairly low data threshold here */
|
||||
sd_journal_set_data_threshold(j, 4096);
|
||||
|
||||
if (arg_one) {
|
||||
/* "info" without pattern implies "-1" */
|
||||
if (arg_one || (verb_is_info && argc == 1)) {
|
||||
r = focus(j);
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
Loading…
Reference in New Issue
Block a user