Improve flatpak-config docs

Include a list of keys.

Closes: #2360

Closes: #2364
Approved by: mwleeds
This commit is contained in:
Matthias Clasen
2018-11-30 19:50:51 -05:00
committed by Atomic Bot
parent e5218a5623
commit 676b2943cf

View File

@@ -52,15 +52,24 @@
<title>Description</title>
<para>
Show and modify the configuration of a flatpak installation.
The flatpak config command shows or modifies the configuration of a flatpak installation.
The following keys are supported:
</para>
<variablelist>
<varlistentry>
<term><varname>languages</varname></term>
<listitem><para>
The languages that are included when installing Locale extensions.
The value is a semicolon-separated list of two-letter language codes,
or one of the special values * or all. If this key is unset, flatpak
defaults to including just the current locale.
</para></listitem>
</varlistentry>
</variablelist>
<para>
For configuration of individual remotes, see
<citerefentry><refentrytitle>flatpak-remote-modify</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
</para>
<para>
For configuration of individual applications, see
<citerefentry><refentrytitle>flatpak-override</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
</para>