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 a56b3e5 commit 7f5767b
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 7f5767b

Please sign in to comment.