for arg
do
if test "$arg" = "--_print-summary"
then
echo "$DESCRIPTION"
exit 0
fi
if test "$arg" = "--_print-description"
echo "$LONG_USAGE"
if test "$arg" = "--_print-usage"
echo "$USAGE"
done