diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 03c39fc3de..8b37519ad5 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -123,6 +123,7 @@ <variablelist> <varlistentry> <term><option>--help</option></term> + <term><option>-h</option></term> <listitem><para>Prints a short help text and exits.</para></listitem> @@ -152,6 +153,16 @@ </para></listitem> </varlistentry> + <varlistentry> + <term><option>--no-net</option></term> + + <listitem><para>Turn off networking in + the container. This makes all network + interfaces unavailable in the + container, with the exception of the + loopback device.</para></listitem> + </varlistentry> + </variablelist> </refsect1> |