diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-08-05 21:15:17 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-08-05 21:15:17 -0400 |
commit | b747102da75de64972ad7101ee2cbb5416008b30 (patch) | |
tree | 2a0aa17f8437516d370c3c416b6fe7d23d77e933 | |
parent | 73974f6768ef5314a572eb93f5cfc7f0f29c9549 (diff) | |
parent | bbd46aadf3cd24a5e172ff54111aeaa42daed5d4 (diff) |
Merge pull request #889 from keszybz/man-systemctl-quiet
man: update description of --quiet
-rw-r--r-- | man/systemctl.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 66a090049d..0b5282ba21 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -319,14 +319,11 @@ <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> |