Skip to content
Snippets Groups Projects
Commit 3387ddf6 authored by Markus Opolka's avatar Markus Opolka
Browse files

[squash]

parent 220d299d
No related branches found
No related tags found
1 merge request!9Add proper usage of usage()
Pipeline #27422 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment