summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-01-23 08:42:04 +0100
committerErich Eckner <git@eckner.net>2018-01-23 08:42:04 +0100
commit9843dd27008a7ed749c4feffab76c7688035d49c (patch)
treece9ec7324e139bad24b121299f0d8b4cc0a61fdc /bin/get-package-updates
parent14c4f3b1c5e69c903998068dcb8bb26f45a144a3 (diff)
downloadbuilder-9843dd27008a7ed749c4feffab76c7688035d49c.tar.xz
bin/get-package-updates: fix typos
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 47c8824..5b8bcea 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -11,6 +11,8 @@
# TODO: mark loops in mysql database
+# TODO: test_exclusion does not yet cooperate with the database
+
# shellcheck disable=SC2016
usage() {
>&2 echo ''
@@ -56,7 +58,7 @@ do
-x|--test-exclusion)
shift
if [ -n "${test_exclusion}" ]; then
- >&2 printf 'I already have --test-exlusion=%s and you gave me another one.\n' "${test_exclusion}"
+ >&2 printf 'I already have --test-exclusion=%s and you gave me another one.\n' "${test_exclusion}"
>&2 printf 'But I can only handle one exclusion test at a time.\n'
exit 2
fi