summaryrefslogtreecommitdiff
path: root/src/librefetch/librefetch.conf.5.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'src/librefetch/librefetch.conf.5.ronn')
-rw-r--r--src/librefetch/librefetch.conf.5.ronn5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/librefetch/librefetch.conf.5.ronn b/src/librefetch/librefetch.conf.5.ronn
index 4e59877..7b25400 100644
--- a/src/librefetch/librefetch.conf.5.ronn
+++ b/src/librefetch/librefetch.conf.5.ronn
@@ -25,8 +25,9 @@ If `$XDG_CONFIG_HOME` is not set, a default value is set:
## OPTIONS
* `MIRROR='https://repo.parabolagnulinux.org/other/'`:
- The location to download pre-built source tarball in download
- mode.
+ Files from within this tree will be attempted to be built if
+ downloading them fails. Also, `libre://` expands to this
+ location.
* `DOWNLOADER='/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'`:
The HTTP client to use when downloading pre-built source tarballs
in download mode.