#!/usr/bin/bash

echo "ERROR: capsule-installer is no longer used.  Please use 'satellite-installer --scenario capsule'."
echo "       For more information on available options, include '--help'."

exit 1
