summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhaedrus Leeds <mwleeds@protonmail.com>2021-10-13 13:23:44 -0700
committerSimon McVittie <smcv@collabora.com>2022-01-04 11:39:20 +0000
commit70b4a030c1c4c6396e34833c34b86142fb451c4c (patch)
treec241a5fba204439127826864ab79d6abb8be70d6
parent438fd6b1098b154b68da9714bc46eb68cb227e10 (diff)
downloadflatpak-70b4a030c1c4c6396e34833c34b86142fb451c4c.tar.gz
doc: Clarify default setting of noenumerate/nodeps options
(cherry picked from commit f94721bef2327f9d6b4517da9a438084ea99726f)
-rw-r--r--doc/flatpak-remote.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/flatpak-remote.xml b/doc/flatpak-remote.xml
index 425d209f..06d8741e 100644
--- a/doc/flatpak-remote.xml
+++ b/doc/flatpak-remote.xml
@@ -110,12 +110,12 @@
</varlistentry>
<varlistentry>
<term><option>xa.noenumerate</option> (boolean)</term>
- <listitem><para>Whether this remote should be used when presenting available apps/runtimes,
- or when searching for a runtime dependency. Defaults to true.</para></listitem>
+ <listitem><para>Whether this remote should be ignored when presenting available apps/runtimes,
+ or when searching for a runtime dependency. Defaults to false.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>xa.nodeps</option> (boolean)</term>
- <listitem><para>Whether this remote should be used when searching for dependencies. Defaults to true.</para></listitem>
+ <listitem><para>Whether this remote should be excluded when searching for dependencies. Defaults to false.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>xa.title</option> (string)</term>