From 7f5767b1c2296de0836467669b968e57a04aaefa Mon Sep 17 00:00:00 2001 From: Pavol Mederly Date: Mon, 12 Nov 2018 12:03:38 +0100 Subject: [PATCH] Fix help text in build.sh script --- build.sh | 1 + 1 file changed, 1 insertion(+) 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 ;; *)