Merge pull request #69 from matthiasclasen/bundle-doc

Document --oci
This commit is contained in:
Alexander Larsson
2016-06-03 12:37:21 +02:00
2 changed files with 18 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>