↓な感じでどう? ソース修正する方がイイかもしんないけど。

#!/bin/sh

opt=$@
for o in $opt; do
if [ $o = "-r" ] ; then
echo "-r is danger!!"
fi
done

/usr/bin/crontab $@