[parser] Fixed typo

This commit is contained in:
ayakael 2018-07-27 05:57:00 -08:00
parent 16c3f23c56
commit 122efb71db
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -30,6 +30,7 @@ while true; do
--batch-id|-b) --batch-id|-b)
shift shift
_BATCHID="${1}" _BATCHID="${1}"
;;
*) *)
break break