summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-01-24 06:54:14 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-01-24 06:54:14 +0100
commit516efd4fc5a2d942373f6d0438ac56eb4373126f (patch)
tree78f010fb750395b5bba108f12f152df5f6a626fe /bin
parentd02c7e878080f372a38ee1c13d138879789e7ed7 (diff)
parente3a1a746a5e3a08ef85914242a508a39c80349c1 (diff)
downloadbuilder-516efd4fc5a2d942373f6d0438ac56eb4373126f.tar.xz
Merge branch 'master' of ssh://git.archlinux32.org/builder
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check-mirrors4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/check-mirrors b/bin/check-mirrors
index 52c0243..8944737 100755
--- a/bin/check-mirrors
+++ b/bin/check-mirrors
@@ -188,6 +188,8 @@ else
>&2 echo ' check-mirrors'
>&2 echo ' check all mirrors and update database'
# shellcheck disable=SC2016
- >&2 echo ' check-mirrors $country $country_code $url'
+ >&2 echo ' check-mirrors "$country $country_code $url"'
>&2 echo ' check the given mirror and output values to stdout'
+ >&2 echo ' The values must be base64-encoded and passed as a'
+ >&2 echo ' single parameter, separated by single spaces.'
fi