Merge pull request #232 from hackacad/master

limits needs 3 args
This commit is contained in:
Christer Edwards
2020-08-10 20:01:42 -06:00
committed by GitHub

View File

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