summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-04-14 10:05:45 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-04-14 10:05:45 -0400
commitfd4c1018d4d2e487fb4309337504db954b302f5d (patch)
treec581f54ed987ee0f8a89eeaae9e8e2be4e82951c /doc
parent6c1970ad450e3103c84ed2feb9dd671b8f1f1782 (diff)
downloadxdg-app-fd4c1018d4d2e487fb4309337504db954b302f5d.tar.gz
docs: Move generic options up top
It is nicer if --help, --version and --verbose are together at the top of the options list.
Diffstat (limited to 'doc')
-rw-r--r--doc/xdg-app-run.xml34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/xdg-app-run.xml b/doc/xdg-app-run.xml
index 290fd00..9880fbb 100644
--- a/doc/xdg-app-run.xml
+++ b/doc/xdg-app-run.xml
@@ -76,6 +76,23 @@
</varlistentry>
<varlistentry>
+ <term><option>-v</option></term>
+ <term><option>--verbose</option></term>
+
+ <listitem><para>
+ Print debug information during command processing.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--version</option></term>
+
+ <listitem><para>
+ Print version information and exit.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--arch=ARCH</option></term>
<listitem><para>
@@ -267,23 +284,6 @@
your D-Bus policy.
</para></listitem>
</varlistentry>
-
- <varlistentry>
- <term><option>-v</option></term>
- <term><option>--verbose</option></term>
-
- <listitem><para>
- Print debug information during command processing.
- </para></listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>--version</option></term>
-
- <listitem><para>
- Print version information and exit.
- </para></listitem>
- </varlistentry>
</variablelist>
</refsect1>