msg=$1 ; shift
if [ $# = 0 ] || [[ "$1" =~ '^(-h|-help|--help)$' ]]; then
	. usage "$msg"
fi
