Merge d420d370e73acb917b8f9bb69b67ef39c5db0dde into 6ebe77792ced853a1132fd7d1b145695a98668e1

This commit is contained in:
Dylan M. Taylor 2020-08-30 11:27:00 -04:00 committed by GitHub
commit 115c318f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,9 @@ while [ -n "$1" ]; do
elif [ "$1" = "-l" ]; then
shift
label=$1
elif [ "$1" = "--help" ]; then
print_usage
exit 0
else
print_usage
exit 1