From 676b2943cf9ef4f68d477db368093afeaa57380b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 30 Nov 2018 19:50:51 -0500 Subject: [PATCH] Improve flatpak-config docs Include a list of keys. Closes: #2360 Closes: #2364 Approved by: mwleeds --- doc/flatpak-config.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/flatpak-config.xml b/doc/flatpak-config.xml index 366300a5..e23bcc00 100644 --- a/doc/flatpak-config.xml +++ b/doc/flatpak-config.xml @@ -52,15 +52,24 @@ Description - 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: + + + languages + + 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. + + + For configuration of individual remotes, see flatpak-remote-modify1. - - - For configuration of individual applications, see flatpak-override1.