diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index c5d90c4233..df318d7a43 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -416,6 +416,18 @@ more than once.</para></listitem> </varlistentry> + <varlistentry> + <term><option>-q</option></term> + <term><option>--quiet</option></term> + + <listitem><para>Turns off any status + output by the tool itself. When this + switch is used, then the only output + by nspawn will be the console output + of the container OS + itself.</para></listitem> + </varlistentry> + </variablelist> </refsect1> |