journalctl: clarify -q option
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 22 Oct 2015 23:18:17 +0000 (23:18 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 22 Oct 2015 23:18:17 +0000 (23:18 +0000)
-q suppresses info messages too

man/journalctl.xml
src/journal/journalctl.c

index 91a5536..9784b9f 100644 (file)
         <term><option>-q</option></term>
         <term><option>--quiet</option></term>
 
-        <listitem><para>Suppresses any warning messages regarding
+        <listitem><para>Suppresses all info messages
+        (i.e. "-- Logs begin at ...", "-- Reboot --"),
+        any warning messages regarding
         inaccessible system journals when run as a normal
         user.</para></listitem>
       </varlistentry>
index 5dafb0b..863c15b 100644 (file)
@@ -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"