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-coredumpctl.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-coredumpctl.xml')
-rw-r--r-- | man/systemd-coredumpctl.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-coredumpctl.xml b/man/systemd-coredumpctl.xml index 87ed6fa735..ce40404da7 100644 --- a/man/systemd-coredumpctl.xml +++ b/man/systemd-coredumpctl.xml @@ -71,8 +71,8 @@ <variablelist> <varlistentry> - <term><option>--help</option></term> <term><option>-h</option></term> + <term><option>--help</option></term> <listitem><para>Print a short help text and exit.</para></listitem> @@ -86,8 +86,8 @@ </varlistentry> <varlistentry> - <term><option>--field=</option></term> <term><option>-F</option></term> + <term><option>--field=</option></term> <listitem><para>Print all possible data values the specified field @@ -96,8 +96,8 @@ </varlistentry> <varlistentry> + <term><option>-o</option></term> <term><option>--output=FILE</option></term> - <term><option>-o FILE</option></term> <listitem><para>Write the core to <option>FILE</option>.</para></listitem> |