Remove unused 's' option from getopts

This option is not handled by the next `case` command.
Esse commit está contido em:
Aurelio Jargas
2014-05-10 08:41:30 -03:00
commit adf0ff0a67
+1 -1
Ver Arquivo
@@ -11,7 +11,7 @@ else
exit 1
fi
while getopts ":wtfvhs-:" opt; do
while getopts ":wtfvh-:" opt; do
case "$opt" in
-)
case "${OPTARG}" in