diff --git a/icinga-build-docker b/icinga-build-docker index cc5ee9865101bb9a4796c3ba7842a5e1e5c8e5b9..5c188ff311df43880bc27d0012d74de5b12a127f 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