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/loginctl.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/loginctl.xml')
-rw-r--r-- | man/loginctl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/loginctl.xml b/man/loginctl.xml index ba0352cf61..2c8d982eda 100644 --- a/man/loginctl.xml +++ b/man/loginctl.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>--property=</option></term> <term><option>-p</option></term> + <term><option>--property=</option></term> <listitem><para>When showing session/user properties, limit @@ -101,8 +101,8 @@ </varlistentry> <varlistentry> - <term><option>--all</option></term> <term><option>-a</option></term> + <term><option>--all</option></term> <listitem><para>When showing unit/job/manager properties, show all @@ -148,8 +148,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-session</command> or |