diff --git a/README.md b/README.md index f44f481..086f6cf 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Examples: rhino-docker-builder -f - Creates the file Dockerfile-RhinoLinux-YYYYMMDD for building - rhino-linux/docker:YYYYMMDD, with instructions on how to build and run the image. + Creates the file Dockerfile-RhinoLinux-YYYYMMDD for building an image + rhino-linux/docker:YYYYMMDD, with instructions on how to build and run it. rhino-docker-builder -b -t -c -v 2023.4 -a x86_64 diff --git a/rhino-docker-builder b/rhino-docker-builder index 1f75765..86ad9b6 100755 --- a/rhino-docker-builder +++ b/rhino-docker-builder @@ -56,8 +56,8 @@ ${BYellow}Examples:${NC} ${BPurple}$(basename "$0") -f${NC} - Creates the file ${BGreen}Dockerfile-RhinoLinux-${dateiniso}${NC} for building - ${BGreen}rhino-linux/docker:${dateiniso}${NC}, with instructions on how to build and run the image. + Creates the file ${BGreen}Dockerfile-RhinoLinux-${dateiniso}${NC} for building an image + ${BGreen}rhino-linux/docker:${dateiniso}${NC}, with instructions on how to build and run it. ${BPurple}$(basename "$0") -b -t -c -v 2023.4 -a x86_64${NC}