doc/flatpak-builder: Improve explanation of --repo

new-ci
Matthew Leeds 2019-09-18 12:55:36 -07:00
parent 953cc86673
commit d996bb6884
1 changed files with 4 additions and 1 deletions

View File

@ -388,7 +388,10 @@
<term><option>--repo=DIR</option></term>
<listitem><para>
When build is done, run export the result to this repository.
After the build finishes, run <command>flatpak build-export</command> to
export the result to the repository <arg choice="plain">DIR</arg>. If
<arg choice="plain">DIR</arg> exists, it must be an OSTree repository;
otherwise a new one will be created.
</para></listitem>
</varlistentry>