diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-11-16 12:19:42 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-11-16 13:00:31 +0100 |
commit | 52117f5af831a816c47ceebb83c8244ee93b72fe (patch) | |
tree | 450da6e40cb29d3e92cdedb5615362fd9b7d46b2 /man/systemd-analyze.xml | |
parent | basic/generate-fs-switch-case: inline comments (diff) | |
download | systemd-52117f5af831a816c47ceebb83c8244ee93b72fe.tar.xz systemd-52117f5af831a816c47ceebb83c8244ee93b72fe.zip |
analyze: add --quiet option
This is useful for shell completion, but also for users who don't care
about the extra output.
Diffstat (limited to 'man/systemd-analyze.xml')
-rw-r--r-- | man/systemd-analyze.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 4c3b6d173b..c0b6b477d6 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -1197,6 +1197,12 @@ $ systemd-analyze verify /tmp/source:alias.service <xi:include href="user-system-options.xml" xpointer="host" /> <xi:include href="user-system-options.xml" xpointer="machine" /> + <varlistentry> + <term><option>--quiet</option></term> + + <listitem><para>Suppress hints and other non-essential output.</para></listitem> + </varlistentry> + <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> <xi:include href="standard-options.xml" xpointer="no-pager" /> |