limits needs 3 args

This commit is contained in:
hackacad
2020-07-28 19:15:43 +02:00
parent 2fa9f34be6
commit dc1b1f838a

View File

@@ -49,7 +49,7 @@ help|-h|--help)
;;
esac
if [ $# -lt 2 ]; then
if [ $# -lt 3 ]; then
usage
fi