diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-13 14:33:51 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-20 22:43:27 -0500 |
commit | dfdebb1b925332352966804303b2516a6506a429 (patch) | |
tree | 0f17a9baaeb92f51fc2af27c0ff6eaf837c60e7f /man/systemd-nspawn.xml | |
parent | 7c071fda945a8f9e3b11d37dc04c8bdfa615d44a (diff) | |
download | systemd-dfdebb1b925332352966804303b2516a6506a429.tar.gz |
man: xinclude --help/--version/--no-pager
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 43 |
1 files changed, 16 insertions, 27 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 8f09c1b41b..0a661c9257 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -21,7 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="systemd-nspawn"> +<refentry id="systemd-nspawn" + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>systemd-nspawn</title> @@ -159,32 +160,6 @@ <variablelist> <varlistentry> - <term><option>-h</option></term> - <term><option>--help</option></term> - - <listitem><para>Prints a short help - text and exits.</para></listitem> - </varlistentry> - - <varlistentry> - <term><option>--version</option></term> - - <listitem><para>Prints a version string - and exits.</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, the only output - from nspawn will be the console output - of the container OS itself.</para></listitem> - </varlistentry> - - <varlistentry> <term><option>-D</option></term> <term><option>--directory=</option></term> @@ -577,6 +552,20 @@ reported on the host.</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, the only output + from nspawn will be the console output + of the container OS itself.</para></listitem> + </varlistentry> + + <xi:include href="standard-options.xml" xpointer="help" /> + <xi:include href="standard-options.xml" xpointer="version" /> </variablelist> </refsect1> |