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/systemctl.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/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 38426454d4..bf11cc3c71 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -69,8 +69,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> @@ -84,8 +84,8 @@ </varlistentry> <varlistentry> - <term><option>--type=</option></term> <term><option>-t</option></term> + <term><option>--type=</option></term> <listitem><para>The argument should be a unit type name such as @@ -115,8 +115,8 @@ </varlistentry> <varlistentry> - <term><option>--property=</option></term> <term><option>-p</option></term> + <term><option>--property=</option></term> <listitem><para>When showing unit/job/manager properties, limit @@ -132,8 +132,8 @@ </varlistentry> <varlistentry> - <term><option>--all</option></term> <term><option>-a</option></term> + <term><option>--all</option></term> <listitem><para>When listing units, show all units, regardless of their @@ -218,8 +218,8 @@ </varlistentry> <varlistentry> - <term><option>--quiet</option></term> <term><option>-q</option></term> + <term><option>--quiet</option></term> <listitem><para>Suppress output to STDOUT in @@ -370,8 +370,8 @@ </varlistentry> <varlistentry> - <term><option>--signal=</option></term> <term><option>-s</option></term> + <term><option>--signal=</option></term> <listitem><para>When used with <command>kill</command>, choose which @@ -384,8 +384,8 @@ </varlistentry> <varlistentry> - <term><option>--force</option></term> <term><option>-f</option></term> + <term><option>--force</option></term> <listitem><para>When used with <command>enable</command>, overwrite any @@ -463,8 +463,8 @@ </varlistentry> <varlistentry> - <term><option>--lines=</option></term> <term><option>-n</option></term> + <term><option>--lines=</option></term> <listitem><para>When used with <command>status</command> controls the @@ -476,8 +476,8 @@ </varlistentry> <varlistentry> - <term><option>--output=</option></term> <term><option>-o</option></term> + <term><option>--output=</option></term> <listitem><para>When used with <command>status</command> controls the |