summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-10-22 23:18:17 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-10-22 23:18:17 +0000
commit20d936ba8167f4224cd01903e97fa852c00c0988 (patch)
treef0628eff5ea0a221f063d1a601191fc550111f5a /src/journal/journalctl.c
parentb8c89d3c4255e1f2ad9bf49eabe89d50c419783e (diff)
journalctl: clarify -q option
-q suppresses info messages too
Diffstat (limited to 'src/journal/journalctl.c')
-rw-r--r--src/journal/journalctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
index 5dafb0bcab..863c15b738 100644
--- a/src/journal/journalctl.c
+++ b/src/journal/journalctl.c
@@ -218,7 +218,7 @@ static void help(void) {
" -x --catalog Add message explanations where available\n"
" --no-full Ellipsize fields\n"
" -a --all Show all fields, including long and unprintable\n"
- " -q --quiet Do not show privilege warning\n"
+ " -q --quiet Do not show info messages and privilege warning\n"
" --no-pager Do not pipe output into a pager\n"
" -m --merge Show entries from all available journals\n"
" -D --directory=PATH Show journal files from directory\n"