diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-06 00:43:14 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-06 00:43:14 +0100 |
commit | 284c0b917697fb0271381f331ffee28403278e72 (patch) | |
tree | 86e22e4ae07dab763d9cf0e721f17d141a1f03aa /man/systemd-nspawn.xml | |
parent | 1c03020cc48d41c94a51b5efbeeccb96e45d3e26 (diff) |
nspawn: add --quiet switch for turning off any output noise
Diffstat (limited to 'man/systemd-nspawn.xml')
-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> |