Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix help text in build.sh script
mederly committed Nov 12, 2018
1 parent a6cce4b commit e042f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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
;;
*)

0 comments on commit e042f31

Please sign in to comment.