From 3387ddf60353a03f08eac517cf02dec971ff5063 Mon Sep 17 00:00:00 2001 From: Markus Opolka <markus.opolka@netways.de> Date: Tue, 8 Nov 2022 14:45:39 +0000 Subject: [PATCH] [squash] --- icinga-build-docker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icinga-build-docker b/icinga-build-docker index cc5ee98..5c188ff 100755 --- a/icinga-build-docker +++ b/icinga-build-docker @@ -15,11 +15,11 @@ SCRIPT_HOME="$(dirname "$(readlink -f "$0")")" usage() { echo "$0 <target>" echo - echo "This starts a Container speficied as first arguments. Example:" + echo "This starts a Container specified by the first argument. Example:" echo "icinga-build-docker centos/7:x86_64" echo echo "The Container will then run icinga-build-package as CMD" - echo "Important: This script needs to run in the directory that contains the build" + echo "Important: This script needs to run in the directory that contains the build information for the package" } if [[ "$1" = "--help" ]]; then -- GitLab