fixes issue #332

This commit is contained in:
Christer Edwards
2021-01-29 09:27:39 -07:00
parent ec24d7a897
commit 9a5a1f960e

View File

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