Merge pull request #333 from BastilleBSD/issue-332

fixes issue #332
This commit is contained in:
Christer Edwards
2021-01-29 12:32:33 -07:00
committed by GitHub

View File

@@ -41,7 +41,7 @@ help|-h|--help)
;;
esac
if [ $# -ne 2 ]; then
if [ $# -lt 1 -o $# -gt 2 ]; then
usage
fi