diff --git a/build.sh b/build.sh index bd05bf8..bdc8393 100755 --- a/build.sh +++ b/build.sh @@ -23,6 +23,7 @@ while getopts "nhr?" opt; do ;; h | ?) echo "Options: -n skip download" + echo " -r refresh mode: uses --no-cache --pull and removes container and image before build" exit 0 ;; *)