Fix issue where limit lost its parameter

This commit is contained in:
Greg Burch 2018-08-26 15:40:52 -07:00
parent c7c886a5c9
commit 02f1525ed6

View File

@ -21,7 +21,7 @@ show_usage () {
exit 0
}
while getopts :hdlt:no: option
while getopts :hdl:t:no: option
do
case "$option" in
h) show_usage;;