mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-21 22:28:09 -05:00
@@ -25,7 +25,7 @@
|
||||
|
||||
<refnamediv>
|
||||
<refname>flatpak-build-bundle</refname>
|
||||
<refpurpose>Create a single file bundle from a local repository</refpurpose>
|
||||
<refpurpose>Create a single-file bundle from a local repository</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsynopsisdiv>
|
||||
@@ -43,7 +43,7 @@
|
||||
<title>Description</title>
|
||||
|
||||
<para>
|
||||
Creates a single file named <arg choice="plain">FILENAME</arg>
|
||||
Creates a single-file named <arg choice="plain">FILENAME</arg>
|
||||
for the application (or runtime) named <arg choice="plain">NAME</arg>
|
||||
in the repository at <arg choice="plain">LOCATION</arg>. If
|
||||
a <arg choice="plain">BRANCH</arg> is specified, this branch of
|
||||
@@ -114,6 +114,14 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--oci</option></term>
|
||||
|
||||
<listitem><para>
|
||||
Export to an OCI image instead of a Flatpak bundle.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-v</option></term>
|
||||
<term><option>--verbose</option></term>
|
||||
|
||||
@@ -81,6 +81,14 @@
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--oci</option></term>
|
||||
|
||||
<listitem><para>
|
||||
Impport an OCI image instead of a Flatpak bundle.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--version</option></term>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user