usage() {
cat <<EOF
-usage: drin $(basename "$0" .sh) [--devel|-h|--help]
+usage: drin $(basename "$0" .sh) [--devel|--overwrite-profile|-h|--help]
Bootstrap a Drupal project, using settings from a 'bootstrap.conf' file.
shift
done
+[ -f "bootstrap.conf" ] || { echo "Aborting, run this command from the Drupal project directory." 1>&2; exit 1; }
+
# shellcheck disable=SC1091
. bootstrap.conf