man: update description of --quiet
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 6 Aug 2015 00:19:57 +0000 (20:19 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 6 Aug 2015 00:21:19 +0000 (20:21 -0400)
This description should provide the general rule, without
listing all the subcommands, which is bound to get out of date
too often.

https://github.com/systemd/systemd/issues/216

man/systemctl.xml

index 66a0900..0b5282b 100644 (file)
         <term><option>--quiet</option></term>
 
         <listitem>
-          <para>Suppress output to standard output in
-          <command>snapshot</command>,
-          <command>is-active</command>,
-          <command>is-failed</command>,
-          <command>is-enabled</command>,
-          <command>is-system-running</command>,
-          <command>enable</command> and
-        <command>disable</command>.</para>
+          <para>Suppress printing of the results of various commands
+          and also the hints about truncated log lines. This does not
+          suppress output of commands for which the printed output is
+          the only result (like <command>show</command>). Errors are
+          always printed.</para>
         </listitem>
       </varlistentry>