mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-06 06:48:01 -05:00
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:
committed by
Atomic Bot
parent
3af605dd39
commit
d8853f424c
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user