doc: Improve docs for --arch options

It's not obvious what values are valid, so add a hint.

Closes: #2930
Approved by: matthiasclasen
This commit is contained in:
Matthew Leeds
2019-05-28 16:24:39 -07:00
committed by Atomic Bot
parent 3af605dd39
commit d8853f424c
13 changed files with 28 additions and 12 deletions

View File

@@ -88,7 +88,8 @@
<term><option>--arch=ARCH</option></term>
<listitem><para>
The arch to create a bundle for.
The arch to create a bundle for. See <command>flatpak --supported-arches</command>
for architectures supported by the host.
</para></listitem>
</varlistentry>

View File

@@ -127,7 +127,9 @@
<term><option>--arch=ARCH</option></term>
<listitem><para>
Specify the architecture component of the branch to export. Only host compatible architectures can be specified.
Specify the architecture component of the branch to export. Only
host compatible architectures can be specified; see
<command>flatpak --supported-arches</command> for valid values.
</para></listitem>
</varlistentry>

View File

@@ -83,7 +83,8 @@
<term><option>--arch=ARCH</option></term>
<listitem><para>
The architecture to use.
The architecture to use. See <command>flatpak --supported-arches</command>
for architectures supported by the host.
</para></listitem>
</varlistentry>

View File

@@ -100,7 +100,8 @@
<term><option>--arch=ARCH</option></term>
<listitem><para>
The architecture to use.
The architecture to use. See <command>flatpak --supported-arches</command>
for architectures supported by the host.
</para></listitem>
</varlistentry>

View File

@@ -103,7 +103,8 @@
<term><option>--arch=ARCH</option></term>
<listitem><para>
Query for this architecture.
Query for this architecture. See <command>flatpak --supported-arches</command>
for architectures supported by the host.
</para></listitem>
</varlistentry>

View File

@@ -178,7 +178,9 @@
<term><option>--arch=ARCH</option></term>
<listitem><para>
The default architecture to install for, if not given explicitly in the <arg choice="plain">REF</arg>.
The default architecture to install for, if not given explicitly in
the <arg choice="plain">REF</arg>. See <command>flatpak --supported-arches</command>
for architectures supported by the host.
</para></listitem>
</varlistentry>

View File

@@ -104,7 +104,8 @@
<term><option>--arch=ARCH</option></term>
<listitem><para>
List installations for this architecture.
List apps/runtimes for this architecture. See <command>flatpak --supported-arches</command>
for architectures supported by the host.
</para></listitem>
</varlistentry>

View File

@@ -102,7 +102,8 @@
<term><option>--arch=ARCH</option></term>
<listitem><para>
The architecture to install for.
The architecture to make current for. See <command>flatpak --supported-arches</command>
for architectures supported by the host.
</para></listitem>
</varlistentry>

View File

@@ -131,7 +131,9 @@
<term><option>--arch=ARCH</option></term>
<listitem><para>
The default architecture to look for, if not given explicitly in the <arg choice="plain">REF</arg>.
The default architecture to look for, if not given explicitly in
the <arg choice="plain">REF</arg>. See <command>flatpak --supported-arches</command>
for architectures supported by the host.
</para></listitem>
</varlistentry>

View File

@@ -159,6 +159,7 @@
<listitem><para>
Show only those matching the specified architecture. By default, only
supported architectures are shown. Use <option>--arch=*</option> to show all architectures.
See <command>flatpak --supported-arches</command> for architectures supported by the host.
</para></listitem>
</varlistentry>

View File

@@ -178,7 +178,8 @@
<term><option>--arch=ARCH</option></term>
<listitem><para>
The architecture to install for.
The architecture to run. See <command>flatpak --supported-arches</command>
for architectures supported by the host.
</para></listitem>
</varlistentry>

View File

@@ -137,7 +137,8 @@
<listitem><para>
The architecture to uninstall, instead of the architecture of
the host system.
the host system. See <command>flatpak --supported-arches</command>
for architectures supported by the host.
</para></listitem>
</varlistentry>

View File

@@ -135,7 +135,8 @@
<term><option>--arch=ARCH</option></term>
<listitem><para>
The architecture to update for.
The architecture to update for. See <command>flatpak --supported-arches</command>
for architectures supported by the host.
</para></listitem>
</varlistentry>