summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2020-07-20 13:16:07 -0700
committerAlexander Larsson <alexander.larsson@gmail.com>2020-08-17 09:21:30 +0200
commit1aeceb0caf5a9c6c265599908139ae770553c76a (patch)
tree3f66e1a8531962754473610e8f57e1dd20ae08e7
parent845a877ce1923a8d8b544984f3614ab72ad75a49 (diff)
downloadflatpak-1aeceb0caf5a9c6c265599908139ae770553c76a.tar.gz
doc: Clarify remote no-enumerate docs
-rw-r--r--doc/flatpak-remote-modify.xml3
-rw-r--r--doc/flatpak-remote.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/flatpak-remote-modify.xml b/doc/flatpak-remote-modify.xml
index 500e1861..2ea198e2 100644
--- a/doc/flatpak-remote-modify.xml
+++ b/doc/flatpak-remote-modify.xml
@@ -125,7 +125,8 @@
<listitem><para>
Mark the remote as not enumerated. This means the remote will
not be used to list applications, for instance in graphical
- installation tools.
+ installation tools. It will also not be used for runtime dependency
+ resolution (as with <option>--no-use-for-deps</option>).
</para></listitem>
</varlistentry>
diff --git a/doc/flatpak-remote.xml b/doc/flatpak-remote.xml
index 4545e202..425d209f 100644
--- a/doc/flatpak-remote.xml
+++ b/doc/flatpak-remote.xml
@@ -110,7 +110,8 @@
</varlistentry>
<varlistentry>
<term><option>xa.noenumerate</option> (boolean)</term>
- <listitem><para>Whether this remote should be used when presenting available contents. Defaults to true.</para></listitem>
+ <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>
</varlistentry>
<varlistentry>
<term><option>xa.nodeps</option> (boolean)</term>