summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhaedrus Leeds <mwleeds@protonmail.com>2021-10-13 13:23:44 -0700
committerSimon McVittie <smcv@debian.org>2021-10-14 01:31:13 +0100
commitf94721bef2327f9d6b4517da9a438084ea99726f (patch)
treec90a16d6dbf3964cc6f172c5468bbe7236140f83
parent4f6c13e7511dcef2965ed2c1d1a29982427fed0a (diff)
downloadflatpak-f94721bef2327f9d6b4517da9a438084ea99726f.tar.gz
doc: Clarify default setting of noenumerate/nodeps options
-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>