#!/usr/bin/bash

DEPRECATION_MESSAGE="
DEPRECATION WARNING: katello-restore is deprecated and will
be removed in the next Satellite release. It is being replaced by
satellite-restore. Redirecting to satellite-restore now.
"

echo "$DEPRECATION_MESSAGE"
satellite-restore $*
