diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-26 18:07:39 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-28 21:38:47 -0500 |
commit | b9aaa7f4801def92bb4753a780fe1c5302c4de16 (patch) | |
tree | 75aa122aa0fbbab3ab8cbf8a5988c3ef8356fb6a /man | |
parent | 4f37cbd91164f8cd7dbc90e3b3594697fec50f38 (diff) |
coredumpctl: print a hint when no journal files are found
[guest@fedora ~]$ coredumpctl
No coredumps found.
[guest@fedora ~]$ ./coredumpctl
Hint: You are currently not seeing messages from other users and the system.
Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages.
Pass -q to turn off this notice.
No coredumps found.
Fixes #1733.
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 2c657fed03..ca8156f77c 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -138,6 +138,14 @@ </para></listitem> </varlistentry> + <varlistentry> + <term><option>-q</option></term> + <term><option>--quiet</option></term> + + <listitem><para>Suppresses info messages about lack + of access to journal files and possible in-flight coredumps. + </para></listitem> + </varlistentry> </variablelist> </refsect1> |