diff options
author | William Giokas <1007380@gmail.com> | 2013-02-13 03:39:22 -0600 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-13 08:57:20 -0500 |
commit | a7f5bb1eafadbb08c8528baae588bbe773a37e79 (patch) | |
tree | 991cd257a8d1b33ee5ad77f51b0e9b5e6af170ee /man/systemd-nspawn.xml | |
parent | 5797606612b5b37dbba5d90b39665cdf7f7a1b11 (diff) |
man: Make options consistent
Option listings seemed to be pretty much random, some were short opt,
long opt, others were long opt, short opt. This just makes every option
with a short and long opt that I could find in the order short opt, long
opt, for formatting's sake.
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 554637d5f1..2fa00e80c0 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -132,8 +132,8 @@ <variablelist> <varlistentry> - <term><option>--help</option></term> <term><option>-h</option></term> + <term><option>--help</option></term> <listitem><para>Prints a short help text and exits.</para></listitem> @@ -147,8 +147,8 @@ </varlistentry> <varlistentry> - <term><option>--directory=</option></term> <term><option>-D</option></term> + <term><option>--directory=</option></term> <listitem><para>Directory to use as file system root for the namespace @@ -158,8 +158,8 @@ </varlistentry> <varlistentry> - <term><option>--boot</option></term> <term><option>-b</option></term> + <term><option>--boot</option></term> <listitem><para>Automatically search for an init binary and invoke it @@ -168,8 +168,8 @@ </varlistentry> <varlistentry> - <term><option>--user=</option></term> <term><option>-u</option></term> + <term><option>--user=</option></term> <listitem><para>Run the command under specified user, create home @@ -192,8 +192,8 @@ </varlistentry> <varlistentry> - <term><option>--controllers=</option></term> <term><option>-C</option></term> + <term><option>--controllers=</option></term> <listitem><para>Makes the container appear in other hierarchies than the name=systemd:/ one. |