]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: update description of --quiet 889/head
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 66a090049d37e1f5d58711eb73016109f42f0f41..0b5282ba21579888e774537aef133424364267b4 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>