index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2020-01-24 06:50:24 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-24 06:50:31 +0100 |
commit | e3a1a746a5e3a08ef85914242a508a39c80349c1 (patch) | |
tree | ec7c765ca5f0ca3c9db75b92f5f3e30fce8b7faa /bin | |
parent | 3ac8c0748afa2c131238c4e375d84b20aac47cda (diff) |
-rwxr-xr-x | bin/check-mirrors | 4 |
diff --git a/bin/check-mirrors b/bin/check-mirrors index 64dc844..d106201 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 |