Forgot getopts option

This commit is contained in:
Paul Krizak 2016-11-06 20:03:17 -08:00
parent 93b1d0667f
commit 7df5303bec

View File

@ -178,7 +178,7 @@ The 'command' (if provided and valid) will be run instead of samba
exit $RC exit $RC
} }
while getopts ":hi:nps:mt:u:w:" opt; do while getopts ":hi:npls:mt:u:w:" opt; do
case "$opt" in case "$opt" in
h) usage ;; h) usage ;;
i) import "$OPTARG" ;; i) import "$OPTARG" ;;