#!/bin/bash
if ...
then
echo "Donner exactement un argument"
...
fi
case ... in
...) echo "...."; exit 91
;;
.
esac
exit 0