Fix icebox_html -8 mode

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-06-10 17:57:52 +02:00
parent d0c7fe5bfb
commit 92751d505a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def usage():
sys.exit(0)
try:
opts, args = getopt.getopt(sys.argv[1:], "x:y:d:8:3")
opts, args = getopt.getopt(sys.argv[1:], "x:y:d:83")
except:
usage()