Document more options for flatpak build

The --default-arch, --system-own-name and --system-talk-name options
were all missing from the man page. Add them.
tingping/wmclass
Matthias Clasen 2016-06-01 15:36:50 -04:00
parent 77fe43808d
commit 6177f85c4d
1 changed files with 28 additions and 0 deletions

View File

@ -86,6 +86,14 @@
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--default-arch</option></term>
<listitem><para>
Print the default arch and exit.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-r</option></term>
<term><option>--runtime</option></term>
@ -235,6 +243,26 @@
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--system-own-name=NAME</option></term>
<listitem><para>
Allow the application to own the well known name NAME on the system bus.
This overrides to the Context section from the application metadata.
This option can be used multiple times.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--system-talk-name=NAME</option></term>
<listitem><para>
Allow the application to talk to the well known name NAME on the system bus.
This overrides to the Context section from the application metadata.
This option can be used multiple times.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--persist=FILENAME</option></term>