Small additions to flatpak-builder(1) (#63)

Document that app-id is the same as id, and fix a case
of suffixed<>suffix confusion.
tingping/wmclass
matthiasclasen 2016-06-02 02:52:25 -04:00 committed by Alexander Larsson
parent 5e2be3cb10
commit 4d8445fbb7
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@
</para>
<variablelist>
<varlistentry>
<term><option>id</option> (string)</term>
<term><option>id</option> or <option>app-id</option> (string)</term>
<listitem><para>A string defining the application id.</para></listitem>
</varlistentry>
<varlistentry>
@ -219,7 +219,7 @@
<listitem><para>This string will be prefixed to the Name key in the main application desktop file.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>desktop-file-name-suffixed</option> (string)</term>
<term><option>desktop-file-name-suffix</option> (string)</term>
<listitem><para>This string will be suffixed to the Name key in the main application desktop file.</para></listitem>
</varlistentry>
</variablelist>