Merge "Fix tools/cleanup-images script error"

This commit is contained in:
Jenkins 2017-07-14 13:25:52 +00:00 committed by Gerrit Code Review
commit 29211e317a

View File

@ -68,8 +68,9 @@ case "$1" in
;;
(--)
shift
break
echo -e "Error: no argument passed\n"
usage
exit 0
;;
esac